Skip to content

royderks/auth0-react-context-hooks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

auth0-react-context-hooks

Code example for my talk at React Edingburgh

Getting started

Create an account at Auth0 and create credentials for a JavaScript application.

Then insert your credentials and create new .env file in the projects' root directory:

REACT_APP_AUTH0_DOMAIN=[AUTH0_DOMAIN]
REACT_APP_AUTH0_CLIENT_ID=[AUTH0_CLIENT_ID

To start the application

npm install
npm start

About

Code example for my talk at React Edingburgh

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published