https://github.com/devetek/web-auth-scenario
To design how auth will works in web architecture
https://github.com/devetek/web-auth-scenario
Last synced: 2 months ago
JSON representation
To design how auth will works in web architecture
- Host: GitHub
- URL: https://github.com/devetek/web-auth-scenario
- Owner: devetek
- Created: 2023-10-31T02:12:03.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-11-10T08:45:43.000Z (over 1 year ago)
- Last Synced: 2025-01-21T14:13:18.665Z (4 months ago)
- Language: HTML
- Size: 168 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Description
Proposal Web App Auth SDK scenario
## Prerequisite
- nodeJS, to install follow https://nodejs.org/en/download
- nodemon, to install use `npm install -g nodemon`## Development
To run golang: `make run-golang`
To run nodejs: `make run-nodejs`
Then open http://localhost:3000/ , open your browser developer tools. And check in tab Console to check the data.
## References
- [HTTP rfc7231](https://datatracker.ietf.org/doc/html/rfc7231#section-7.1.2)
- [Node Fetch API](https://javascript.info/fetch-api#redirect)