Clancey / simple_auth

The Simplest way to Authenticate in Flutter
MIT License
352 stars 108 forks source link

Is the authorization code flow without client secret supported by this library? #112

Open sebastiankutschbach opened 5 years ago

sebastiankutschbach commented 5 years ago

if yes, how would it be implemented? creating an own authenticator based on the oauth authenticator and overriding the tokenPost method?

ThinkDigitalSoftware commented 5 years ago

I want to know this too.