Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 375 Bytes

File metadata and controls

4 lines (3 loc) · 375 Bytes

jwt-test

A .NET Core 3.1 JWT token test Web API project

This repo demostrates how configure swagger for Bearer scheme token authentication, how to create a JWT token with claims, how to validate a JWT token manually and how to configure automatic JWT token validation, authentication and authorization using the Bearer scheme along with usage of the [Authorize] attribute.