openid_client
openid_client copied to clipboard
Added 'flow' in 'Authenticator' constructor for customization.
Add an optional Flow in the Authenticator constructor, which will default to the current implementation when not given so as to not break any current implementations.
More information can be found in issue #55.
This PR closes issue #55.