espresso3389 / oauth2_custom_uri_scheme

A Flutter plugin that implements Authorizaion code grant with browser redirect support.
https://pub.dev/packages/oauth2_custom_uri_scheme/
MIT License
2 stars 0 forks source link

[feature request] oAuth Web support #3

Open fvisticot opened 4 years ago

fvisticot commented 4 years ago

Is it in your roadmap to implement oAuth2 implementation for WEB with implicit workflow ? Would be very useful for WEB / Mobile support.

espresso3389 commented 4 years ago

Currently, the plugin only supports Authorization Code Grant only and it's not suitable for public clients like PWA\, that expose all the source code public. If we support Flutter Web, the first step should be supporting other flows.