JSPM

  • Created
  • Published
  • Downloads 9701
  • Score
    100M100P100Q133727F
  • License MIT

Intergration for OpenId/AppAuth-JS into Ionic V3/4

Package Exports

  • ionic-appauth
  • ionic-appauth/lib/cordova
  • ionic-appauth/lib/implicit-request-handler

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (ionic-appauth) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Ionic App Auth

Ionic App Auth is a implementation of the AppAuth-JS for Ionic Users. It includes code extensions for core cordova plugins to run the Ionic app such as Advanced HTTP and 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 flexiable with compatiablity as ionic V5 is attempting to be.

Installation

Run following command to install Ionic App Auth in your project.

npm install ionic-appauth --save

Examples

React/Capacitor : https://github.com/wi3land/ionic-appauth-react-demo - Still In Progress
Angular/Cordova : https://github.com/wi3land/ionic-appauth-ng-demo
Angular/Capacitor : https://github.com/wi3land/ionic-appauth-capacitor-demo

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments