Asp Net Core JWT Bearer Token Security Micro service
Package AspNetCore.Security.Jwt
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.