Skip to content

Commit 726814a

Browse files
docs: readme [skip ci]
1 parent 0132f34 commit 726814a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,8 @@ After execute this steps you will be all set to use the Identity in your Applica
7373
### Configuring JWT
7474
If you want to generate JSON Web Tokens in your application you need to add the JWT configuration in `ConfigureServices` method of your `startup.cs`
7575
```csharp
76-
services.AddJwtConfiguration(Configuration);
76+
services.AddJwtConfiguration(Configuration)
77+
.AddNetDevPackIdentity<IdentityUser>();
7778
```
7879

7980
Set your `appsettings.json` file with this values:

0 commit comments

Comments
 (0)