juanifioren / django-oidc-provider

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

Extract token creations to their own methods #389

Closed mikkokeskinen closed 1 year ago

mikkokeskinen commented 3 years ago

This enables subclasses to customize the token and code creation.

Also it's now possible to get hold of the exact tokens the oidc provider creates. Earlier the tokens were created inside the create_response_uri-method and weren't accessible from outside.