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: 3 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 (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-12-12T12:04:51.000Z (25 days ago)
- Last Synced: 2024-12-27T04:04:15.388Z (10 days ago)
- Topics: android, dart, flutter, flutter-plugin, ios
- Language: Objective-C
- Homepage:
- Size: 711 KB
- Stars: 278
- Watchers: 8
- Forks: 248
- Open Issues: 62
-
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)