https://github.com/authgear/authflow-example-express
https://github.com/authgear/authflow-example-express
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/authgear/authflow-example-express
- Owner: authgear
- Created: 2023-12-07T14:04:35.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-21T12:01:07.000Z (about 2 years ago)
- Last Synced: 2024-12-29T08:21:04.033Z (over 1 year ago)
- Language: JavaScript
- Size: 28.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# An example project that showcase using Authentication Flow API with Express
## How to run this project
1. first run the following command to install all dependencies:
```
npm install
```
2. rename the `.env.example` file to `.env` and add your Authgear Application's OAuth credentials to the file.
3. Then run `node app.js` to start a server.
4. Visit `localhost:3000/` to try the example app.
For more about how to use the Authentication Flow API and this repo, check out our detailed guide at [https://docs.authgear.com/how-to-guide/custom-ui/implement-authentication-flow-api-using-express](https://docs.authgear.com/how-to-guide/custom-ui/implement-authentication-flow-api-using-express)