Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 543 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 543 Bytes

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