Replies: 1 comment
-
If possible, you should prefer JsonWebToken over JwtSecurityToken. For creating tokens use this API: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Good afternoon, my question is the following, how can I create a token with System.IdentityModels.Tokens.jwt? in the documentation there is no clear example of how to implement them in a project, https://learn.microsoft.com/en-us/dotnet/api/system.identitymodel.tokens.jwt?view=msal-web-dotnet-latest I have the following documentation but it makes the tokens from the CLI https://learn.microsoft.com/en-us/aspnet/core/security/authentication/jwt-authn?view=aspnetcore-8.0&tabs=linux where I can get a clear example of the code where I specify each part?
Beta Was this translation helpful? Give feedback.
All reactions