https://github.com/maikub/flutter_appauth
A Flutter wrapper for AppAuth iOS and Android SDKs
https://github.com/maikub/flutter_appauth
android dart flutter flutter-plugin ios
Last synced: 19 days ago
JSON representation
A Flutter wrapper for AppAuth iOS and Android SDKs
- Host: GitHub
- URL: https://github.com/maikub/flutter_appauth
- Owner: MaikuB
- Created: 2019-02-03T06:07:55.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2026-02-19T12:12:50.000Z (about 1 month ago)
- Last Synced: 2026-02-19T15:46:30.520Z (about 1 month ago)
- Topics: android, dart, flutter, flutter-plugin, ios
- Language: Objective-C
- Homepage:
- Size: 709 KB
- Stars: 296
- Watchers: 6
- Forks: 279
- Open Issues: 83
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
# flutter_appauth
A Flutter plugin that provides a wrapper for native AppAuth SDKs (https://appauth.io) used authenticating and authorizing users. The repository consists of the following folders
- [flutter_appauth](https://github.com/MaikuB/flutter_appauth/tree/master/flutter_appauth): code for the plugin
- [flutter_appauth_platform_interface](https://github.com/MaikuB/flutter_appauth/tree/master/flutter_appauth_platform_interface): the code for common platform interface
## Contributing
If you are interested in contributing, please review the [contribution guide](https://github.com/MaikuB/flutter_appauth/blob/master/CONTRIBUTING.md)