Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 584 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 584 Bytes

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