Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 752 Bytes

File metadata and controls

18 lines (10 loc) · 752 Bytes

AspNetCore.Security.Jwt.Microservice

Asp Net Core JWT Bearer Token Security Micro service

Demo API secured by AspNetCore.Security.Jwt package.

Package AspNetCore.Security.Jwt

API Swagger UI

API Swagger UI

After obtaining the JWT bearer token (by calling /token, /azure, /facebook endpoints), enter the token using the Authorize button as:

Authorization: Bearer <token>

Then you can call the secure Movies Controller as shown below.

Secure API Call