You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The OIDCAuth class and group-based features added in 2.3.0 are great!
It would be useful for the OIDCAuth class to take a callable that is executed at the end of the OIDCAuth.callback method just before the redirect. This function would take the access token as single positional argument and have access to the session global, e.g.:
The
OIDCAuth
class and group-based features added in 2.3.0 are great!It would be useful for the
OIDCAuth
class to take a callable that is executed at the end of theOIDCAuth.callback
method just before the redirect. This function would take the access token as single positional argument and have access to thesession
global, e.g.:This feature would provide a lot of flexibility to app developers for different use cases:
I can submit a PR if this is a feature the maintainers would consider merging.
The text was updated successfully, but these errors were encountered: