dotnet run
dotnet run
curl -i http://localhost:{port}/info
dotnet user-jwts create --role "user" --role "admin"
curl -i -H "Authorization: Bearer {token}" https://localhost:{port}/hello
curl -i -H "Authorization: Bearer {token}" https://localhost:{port}/auth/test
curl -i -H "Authorization: Bearer {token}" https://localhost:{port}/auth/admin
Example of output cache and response cache