You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe the problem.
Description :
Currently, ASP.NET Identity does not provide a straightforward way to use custom JWT (JSON Web Token) keys. This limitation poses a challenge for developers who wish to implement stateless authentication, where the server does not store session information and relies solely on the token for authentication and authorization.
Problem:
Lack of Customization: Developers cannot easily integrate their own JWT keys, which is essential for securing tokens and ensuring they are tamper-proof.
Stateless Authentication: Without the ability to use custom JWT keys, implementing stateless authentication becomes cumbersome. Stateless authentication is beneficial for scalability and performance, as it reduces the need for server-side session management.
Describe the solution you'd like
Add settings in the configuration file (appsettings or .env or other custom)
Additional context
No response
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
Is your feature request related to a problem? Please describe the problem.
Description :
Currently, ASP.NET Identity does not provide a straightforward way to use custom JWT (JSON Web Token) keys. This limitation poses a challenge for developers who wish to implement stateless authentication, where the server does not store session information and relies solely on the token for authentication and authorization.
Problem:
Describe the solution you'd like
Add settings in the configuration file (appsettings or .env or other custom)
Additional context
No response
The text was updated successfully, but these errors were encountered: