juanifioren / django-oidc-provider

OpenID Connect and OAuth2 provider implementation for Djangonauts.
http://django-oidc-provider.readthedocs.org
MIT License
416 stars 239 forks source link

Extract "is consent skip allowed" decision from the view to the endpoint #391

Closed mikkokeskinen closed 1 year ago

mikkokeskinen commented 3 years ago

In our project we allow skipping also for public clients that use code flow with PKCE. This allows us to customize the decision making.

juanifioren commented 1 year ago

Hi @mikkokeskinen, I know a lot of time has passed.. but can you please rebase with develop so we can merge this?. Thanks!