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: about 1 month 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 (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-03-03T10:27:00.000Z (2 months ago)
- Last Synced: 2025-04-06T17:05:15.068Z (about 1 month ago)
- Topics: android, dart, flutter, flutter-plugin, ios
- Language: Objective-C
- Homepage:
- Size: 729 KB
- Stars: 282
- Watchers: 7
- Forks: 257
- Open Issues: 75
-
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)