TypeScript OAuth2.0 Server

Improve this page

Published:

Repository is available: https://github.com/jasonraimondi/ts-oauth2-server

@jmondi/oauth2-server is a standards compliant implementation of an OAuth 2.0 authorization server for Node, written in TypeScript.

Requires node >= 12

The following RFCs are implemented:

Out of the box it supports the following grants:

  • Authorization code grant
  • Client credentials grant
  • Refresh grant
  • Implicit grant (not recommended)
  • Resource owner password credentials grant (not recommended)