Skip to content

Latest commit

 

History

History
36 lines (21 loc) · 1.01 KB

Auth0.md

File metadata and controls

36 lines (21 loc) · 1.01 KB

Set up your Auth0 Account for JupyChat

Create an Auth0 Account

  1. Go to Auth0 and create an account.

signup auth0

Create an Auth0 Application

  1. Go to your Auth0 Dashboard and click "Applications" in the left sidebar.
  2. Select "Regular Web Application" and click "Create".

Create web app

Get your endpoints

  1. Select the "Settings" tab for your application and scroll to the bottom
  2. Expand "Advanced Settings"

advanced settings

Get your credentials

  1. Select the "Settings" tab for your application
  2. Select the "Client ID" and "Client Secret"

creds

Create an API

  1. Go to your Auth0 Dashboard and click "APIs" in the left sidebar.
  2. Click "Create API"
  3. Use https://example.com/jupychat as the identifier and audience

create api