@idea-ionic/auth
v8.9.0
Published
IDEA Ionic auth flow
Downloads
610
Readme
IDEA Ionic extra ≫ Auth
Authentication flow to IDEA's Cognito users pools.
To Install
npm i --save @idea-ionic/authBe sure to install all the requested peer dependencies.
To make sure the translations are loaded into the project:
- add a reference to this module in the environment variable
idea.ionicExtraModules(seeenvironment.ts); - copy the
i18n/authfolder (you can filter the languages you need) of the module in the project'sassets/i18nfolder.
Make sure that there is a path (tsconfig file) pointing to @env which contains the environment files (Angular standard).
Finally, add in the environments desired the variables you find in the environment.ts file of this module.
Additionaly, if you want to allow only one simultaneous session per account, implement what is suggested in this document.
Additionaly, if you want to configure OKTA integration, follow this guide.
