NodeJS Authorization Server

Authorization server supporting OAuth 2.0 & OpenID Connect, powered by Authlete.

Available Routes

Available Routes

Base URL: loading...

Method Path Description Example
Loading routes...
Click GET links to open in your browser. Use the copy button to copy curl commands for POST endpoints.
Management Console https://console.authlete.com/register
Source Code https://github.com/blackadi/authlete-node-authz-server
Libraries https://github.com/authlete/authlete-typescript-sdk
  1. Authlete is an OAuth 2.0 & OpenID Connect implementation on cloud (overview).
  2. This authorization server is written using Authlete's open source libraries.
  3. This authorization server is DB-less because authorization data are stored on cloud.
  4. You can manage settings of authorization servers by Service Owner Console (document).
  5. You can manage settings of client applications by Developer Console (document).

Steps to get started:

  1. Use your client to request authorization from the authorization server.
  2. Receive an authorization code.
  3. Exchange the authorization code for a token using your client or any REST tool like cURL or Postman.
  4. Use the token to access protected resources.
  5. Refresh the token when it expires.