JWT Integrator easily integrate to your .NET Core WEBAPI 2.0 project essential files and configurations to start using JWT Authentication in your WebAPI. A JSON Web Token (JWT) is a JSON object that is defined in RFC 7519 as a safe way to represent a set of information between two parties. The token is composed of a header, a payload, and a signature. Special thanks to Renato Groff for the source code provided to use in this extension. https://github.com/renatogroffe How to use: Version 1.1 Included TokenController.cs |