justtrackio / gosoline

Gosoline is our framework which fuels all of our Golang applications
MIT License
96 stars 50 forks source link

httpserver/auth: Added method to JwtTokenHandler to sign claims directly to make it extensible #1140

Closed ajscholl closed 4 months ago

ajscholl commented 4 months ago

This allows you to sign claims with custom data, for example to implement custom auth flows.