Skip to content

authgear/authflow-example-express

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published