@codesmith-99/ionic-appauth-test
Version:
Intergration for OpenId/AppAuth-JS into Ionic V3/4/5
31 lines (21 loc) • 1.37 kB
Markdown
is a implementation of the [AppAuth-JS](https://github.com/openid/AppAuth-JS) for Ionic Users.
It includes code extensions for core cordova plugins to run the Ionic app such as [Advanced HTTP](https://github.com/silkimen/cordova-plugin-advanced-http) and [SafariViewController](https://github.com/EddyVerbruggen/cordova-plugin-safariviewcontroller).
The cordova plugins are optional and can be replaced with Angular/React/Vue http handlers and/or Capacitor Plugins.
This library is intended to be as flexible with compatiblity as ionic V5 is attempting to be.
Run following command to install Ionic App Auth in your project.
```bash
npm install ionic-appauth --save
```
React/Capacitor : https://github.com/wi3land/ionic-appauth-react-demo<br />
Angular/Cordova : https://github.com/wi3land/ionic-appauth-ng-demo<br />
Angular/Capacitor : https://github.com/wi3land/ionic-appauth-capacitor-demo
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details
* [AppAuth-JS](https://github.com/openid/AppAuth-JS)
* [AppAuth-Ionic](https://github.com/Belicosus/AppAuth-Ionic)
Ionic App Auth