GitXplorerGitXplorer
d

oauth2-server

public
1 stars
0 forks
7 issues

Commits

List of commits on branch master.
Unverified
a5578c6ff476af8fe87ee83e0095dc2eda90eb85

add runInBand to npm test to stop circle from hurting

ddarrenmce committed 5 years ago
Unverified
173425f1b2f8a535b6beaafc3c3b6bb622131547

add logging, testing, better errors and url construction

ddarrenmce committed 5 years ago
Unverified
405c7a4449bf4d0e633ce737957973d9eb46f834

add logging and register/log config

ddarrenmce committed 5 years ago
Verified
dfbee58e197c488500363e6c582fd57e553cc09d

add UI path for one-time signin

ddarrenmce committed 5 years ago
Verified
12b8759f3b4a2b3e89353ab8dc6629c8045911e8

npm upgrade

ddarrenmce committed 5 years ago
Verified
9fc7ec4a1dfe6f4d1085385b4c8b1339a678d68f

add one-time sign in authentication for authorization-code grant

ddarrenmce committed 5 years ago

README

The README file for this repository.

OAuth 2 server

First target:

  • registration with QRcode for authenticator apps (MFA)
  • authorization_code and password grants
  • mfa extension grant for password grant
  • token provisioning
  • Redis backend

Getting Started

  • Run npm run build && npm start to get the server running.
  • Or for dev mode, npm run dev
  • Optionally create a .oauth-serverrc rc configuration file, which is described in src/config.index.ts

Example test client