identor / oauth-server

A spec compliant OAuth2.0 Server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A spec compliant OAuth2.0 Server

Node.js CI

Built with @nestjs/cli

See: https://tools.ietf.org/html/rfc6749

Starting the server

npm run start

TODO

  • Supported OAuth2.0 Flows
    • Auth Code Flow
    • Resource Owner Password Credentials
    • Client Credentials Flow
  • Clients
    • Client registration
    • Client deletion
    • Client update

About

A spec compliant OAuth2.0 Server


Languages

Language:TypeScript 89.0%Language:JavaScript 11.0%