A sample Vue application that uses Okta Auth JavaScript SDK for implementing login, password recovery, and registration functionalities. This app supports (tested):
- Login with username/password
- Login with username/password + Email code or Magic Link
- Recover password
- Registration with Google authenticator, security question, email factor
Not supported
- Okta Verify
- Social login
To install this example application, run the following commands:
git clone https://github.com/tanay1337/vue-oie.git
cd vue-oie
To install the dependencies and start the app, run the following commands:
npm install
npm run serve
npm run test:unit
Please post any questions as comments on our Okta Developer Forums.
Apache 2.0, see LICENSE.