simple_auth
simple_auth copied to clipboard
Is the authorization code flow without client secret supported by this library?
if yes, how would it be implemented? creating an own authenticator based on the oauth authenticator and overriding the tokenPost method?
I want to know this too.