Skip to content

This repository is used as reference to see how to implement auth0 in our app.

Notifications You must be signed in to change notification settings

atk81/nodejs-auth0-learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Auth0

This project is a used as a reference for the Auth0 Authentication API.

Development

  • Install the dependencies:
npm install
  • Run the local server:
npm run dev

Tools

Routes and Endpoints

For each route, you can see the endpoint and the HTTP method.

METHOD ENDPOINTS WORKING
GET /api/v1/home
POST /api/v1/register
POST /api/v1/login
POST /api/v1/logout
GET /api/v1/dashboard

About

This repository is used as reference to see how to implement auth0 in our app.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published