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

https://github.com/authgear/authflow-example-express


https://github.com/authgear/authflow-example-express

Last synced: 6 months ago
JSON representation

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)