We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1307648 commit c0dfd1aCopy full SHA for c0dfd1a
1 file changed
README.md
@@ -73,7 +73,7 @@ After execute this steps you will be all set to use the Identity in your Applica
73
### Configuring JWT
74
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`
75
```csharp
76
-services.AddJwtConfiguration(Configuration).UseNetDevPackIdentity();;
+services.AddJwtConfiguration(Configuration);
77
```
78
79
Set your `appsettings.json` file with this values:
0 commit comments