https://github.com/pushpabrol/node-co-auth0js-sample
https://github.com/pushpabrol/node-co-auth0js-sample
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pushpabrol/node-co-auth0js-sample
- Owner: pushpabrol
- Created: 2017-08-17T03:53:35.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-17T04:34:14.000Z (almost 9 years ago)
- Last Synced: 2025-01-19T04:34:10.528Z (over 1 year ago)
- Language: JavaScript
- Size: 64.5 KB
- Stars: 0
- Watchers: 2
- 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.
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.