Skip to content

siimsams/testoauth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a simple example implementation of Oauth 2.0 flow.

Disclaimer: You should never store the tokens without encrypting them nor show them to the customer.

How to run:

  1. Fill out CLIENT_ID, CLIENT_SECRET
  2. Change AUTHORIZATION_URL and TOKEN_URL to the ones provided to you
  3. npm install
  4. npm run start
  5. login at http://localhost:3000/auth

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published