Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pushpabrol/cross-origin-auth0-sample
https://github.com/pushpabrol/cross-origin-auth0-sample
Last synced: about 10 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/pushpabrol/cross-origin-auth0-sample
- Owner: pushpabrol
- Created: 2023-06-15T17:26:49.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-21T20:37:53.000Z (over 1 year ago)
- Last Synced: 2023-07-22T03:03:06.270Z (over 1 year ago)
- Language: JavaScript
- Size: 104 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# node-co-auth0js-demo
This is a demo nodejs project to demonstrate cross origin auth.
## Setup
Rename .env.eaxmple to .env and update with your own values.
Make sure all the auth0 settings are valid
Remember you have to enable cross origin auth on the client first.public/co-verify.html and public/silent-callback.html require you to manually set client id and tenant url in those pages, but these aren't required for basic CO auth functionality.
Change values
Save
npm install
npm start