https://github.com/zizifn/auth-api-poc
API use oauth2. Deploy heroku via GitHub Action
https://github.com/zizifn/auth-api-poc
actions auth0 auth2 heroku
Last synced: about 2 months ago
JSON representation
API use oauth2. Deploy heroku via GitHub Action
- Host: GitHub
- URL: https://github.com/zizifn/auth-api-poc
- Owner: zizifn
- License: mit
- Created: 2021-12-05T12:27:45.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-11T13:33:39.000Z (almost 2 years ago)
- Last Synced: 2025-01-18T13:41:01.408Z (3 months ago)
- Topics: actions, auth0, auth2, heroku
- Language: JavaScript
- Homepage:
- Size: 164 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## oauth
一些需要 oauth2 认证的 APIs. 认为服务使用的 auth0.
1. Get /api/auth0/note
2. Post /api/auth0/note## session test
/session
## COEP COOP CORP test
1. /corss-origin-header/\*
2. /corss-origin-header/favicon.ico?Cross-Origin-Resource-Policy=same-site
3. GET /corss-origin-header/json
4. POST /corss-origin-header/json### open tracing enable via opentelemetry
1. /opentrace
can both tracing browser and node. End to end use ``## 服务已经使用 action 部署到 heroku 上
https://oauth2-api-note.herokuapp.com
https://auth0.com/blog/complete-guide-to-nodejs-express-user-authentication/#Set-Up-Express-OpenID-Connect