Skip to content

okta-samples/okta-vue-oie-sample-quickstart

Repository files navigation

Okta Vue Application

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

Getting started

To install this example application, run the following commands:

git clone https://github.com/tanay1337/vue-oie.git
cd vue-oie

Install dependencies and run the app

To install the dependencies and start the app, run the following commands:

npm install
npm run serve

Run unit tests

npm run test:unit

Help

Please post any questions as comments on our Okta Developer Forums.

License

Apache 2.0, see LICENSE.

About

A sample Vue application built using Okta Auth JavaScript SDK.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published