Skip to content

Example of ASP.NET Core Web API Authentication and Authorization with JWT (Json Web Token)

Notifications You must be signed in to change notification settings

ziedrebhi/JWTWebApiCore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ASP.NET Core Web API Authentication and Authorization with JWT

Example of ASP.NET Core Web API Authentication and Authorization with JWT (Json Web Token) JWT = Json Web Token

Using Postman

POST : https://localhost:44321/api/login

Body raw json data : {"Username":"zrebhi_admin","Password":"123"}

GET https://localhost:44321/api/user/Admins authorisation : paste token

About

Example of ASP.NET Core Web API Authentication and Authorization with JWT (Json Web Token)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages