neverendingqs / oauth2-client-shell-v2

Interface for going through the OAuth 2.0 authorization code grant flow.

Home Page:https://oauth2-client-shell.neverendingqs.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

oauth2-client-shell-v2

Interface for going through the OAuth 2.0 authorization code grant flow as per RFC 6749 section 4. Uses local and session storage to store state. This is a refresh of oauth2-client-shell.

Running a Local Version

The local version uses a self-signed SSL certificate from openssl-self-signed-certificate.

# Install npm dependencies
npm i

# Build the site
npm run build

# Start the site
npm run start

About

Interface for going through the OAuth 2.0 authorization code grant flow.

https://oauth2-client-shell.neverendingqs.com/

License:Apache License 2.0


Languages

Language:Vue 76.1%Language:JavaScript 20.8%Language:HTML 3.1%