Skip to content

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.

Notifications You must be signed in to change notification settings

AnupamAkib/JWT_Authentication_ASP.NET-Core-WebAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

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

No packages published

Languages