An open API service indexing awesome lists of open source software.

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

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)