JSON Web Token (JWT) is an open standard (RFC 7519) that defines a compact and self-contained way for securely transmitting information between parties as a JSON object. This information can be verified and trusted because it is digitally signed.
To get a local copy up and running follow these simple example steps.
Things you need to use the software and how to install them.
- Clone the repo
git clone https://github.com/gitViwe/JWTAuthentication.git
- Generate certificate. Starting a container with https support using docker compose
dotnet dev-certs https -ep .aspnet\https\aspnetapp.pfx -p password! dotnet dev-certs https --trust
- Run via Docker
docker compose up --build -d
Explore the Swagger API documentation: HTTP endpoint or HTTPS endpoint
OpenTelemetry integration with Jeager UI: localhost:16686