zalando / gin-oauth2

Middleware for Gin Framework users who also want to use OAuth2
MIT License
572 stars 67 forks source link

v2 refactoring #79

Open szuecs opened 5 months ago

szuecs commented 5 months ago

The current lib is simple and works for a "golden" path like stack, but does not work for:

The best would be to not break the API but have an additional API that can support all these cases and we use the old way to create the old defaults.