Auth Connect React
Installation
Let's start by installing the Ionic CLI and creating a react starter app:
_10npm install -g @ionic/cli_10ionic start --type=react
Select the "tabs" starter template:
If you have not already setup Ionic Enterprise in your app, follow the one-time setup steps.
Once Ionic Enterprise is set up, its time to install Auth Connect:
_10npm install @ionic-enterprise/auth_10npx cap sync
A new tutorial is coming soon! Until then, check out the demo app source code for how to integrate Auth Connect with react: https://github.com/ionic-enterprise/tea-taster-react/tree/feature/auth-connect/src