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
  1. rename the .env.example file to .env and add your Authgear Application's OAuth credentials to the file.

  2. Then run node app.js to start a server.

  3. 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