Skip to content

Commit c0dfd1a

Browse files
README [skip ci]
1 parent 1307648 commit c0dfd1a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ 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).UseNetDevPackIdentity();;
76+
services.AddJwtConfiguration(Configuration);
7777
```
7878

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

0 commit comments

Comments
 (0)