Skip to content
This repository has been archived by the owner on Aug 11, 2021. It is now read-only.

Latest commit

 

History

History
19 lines (13 loc) · 918 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 918 Bytes

Auth0 Refresh Token

A generic serverless service to generate Auth0 refresh tokens. It runs on Zeit's Now as a Docker deployment.

Install & run locally

  1. Run yarn && yarn dev
  2. Point the browser or Postmant to GET localhost:3000 with the required query params.

Required query params

Property Description
domain Your Auth0 domain tenant. Example, tenant.auth0.com
grant_type Grant Type, check Auth0 documentation. Example,
client_id The client id of your Auth0 application
code The authentication code obtained on /authorize
redirect_uri A URL to redirect.