-
Notifications
You must be signed in to change notification settings - Fork 0
I implemented JSON Web Token Authentication in .NET Core & EF Core for learning purpose. It is popularly used as a client-side-based stateless session. JWT is encrypted & signed with a secret key. It is used for generating & verifying token. A token contains 3 parts (header, payload, signature) that helps recognize an user.
AnupamAkib/JWT_Authentication_ASP.NET-Core-WebAPI
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
About
I implemented JSON Web Token Authentication in .NET Core & EF Core for learning purpose. It is popularly used as a client-side-based stateless session. JWT is encrypted & signed with a secret key. It is used for generating & verifying token. A token contains 3 parts (header, payload, signature) that helps recognize an user.
Topics
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published