-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Planning] Major package refactor #33
Comments
Not sure there is much of a win ever for linux and not just using device_code for linux. MacOS may have similar to iOS, I don't know. In that case it might be interesting to have device specific federation for it like windows. Android and iOS were kept in the main package because there were pretty major issues with splitting them out when I wrote this. They could be split out now, though not sure if it really matters.
|
@jhancock4d also since the package doesn't have a verified publisher on pub.dev |
Google disconnected the publisher on name change for some reason. It has been fixed. |
The package currently needs a major refactor in the following areas:
openidconnect_android
,openidconnect_ios
,openidconnect_macos
,openidconnect_linux
flutter_secure_storage
which isn't fully supported on web, so we need to decouple it and let each platform decideThe text was updated successfully, but these errors were encountered: