An open API service indexing awesome lists of open source software.

https://github.com/amwebexpert/okta-plain-javascript

Simple trial of Okta Signin Widget within a very basic pure javascript SPA
https://github.com/amwebexpert/okta-plain-javascript

Last synced: about 1 year ago
JSON representation

Simple trial of Okta Signin Widget within a very basic pure javascript SPA

Awesome Lists containing this project

README

          

# SPA Okta login / logout demo

Concrete example of Okta global authentification mechanism using their javascript widget.
Inspired by https://developer.okta.com/blog/2018/06/08/add-authentication-to-any-web-page-in-10-minutes

## Setup

* Insure NPX is installed (test it using `npx --version`)
* Link for installing NPX: https://www.npmjs.com/package/npx
* Execute `npm install`

## Launch http server

* Execute `npm start`
* Open the browser at http://localhost:8080/
* Follow instructions of welcome page on browser