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

Beakyn/archived-auth0-refresh-token

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •