Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 5 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 6 years ago)
- Default Branch: master
- Last Pushed: 2024-12-31T01:50:58.000Z (about 1 month ago)
- Last Synced: 2025-01-24T08:04:01.937Z (12 days ago)
- Topics: android, dart, flutter, flutter-plugin, ios
- Language: Objective-C
- Homepage:
- Size: 690 KB
- Stars: 279
- Watchers: 8
- Forks: 251
- Open Issues: 66
-
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)