Tag: ASP

ASP.NET Core - How to digitally sign your JWT
ASP.NET Core – How to digitally sign your JWT
Blog Posts

When we decide to use JWT in our API’s and Frontend SPA, we need to use an algorithm when issuing a token. There are several options for subscribing to the JWT. It must be symmetrical or asymmetric. Probabilistic or deterministic. See in this article how to sign your JWT and tips on using them. When generating a JWT, it… READ MORE