This demo is a full-stack app using Node, Express, and React to show an implementation of Passage Passkey Flex alongside a traditional password authentication.
- Run
npm iat the root of the repository. - In the root of the repository create a
.envfile that contains your server port, your Passage App ID, and your Passage API Key. See.env.examplefor an example. - If you are running this project for the first time run
npm run setup. This step sets up the local database the application uses. - Run
npm run devand navigate tohttp://localhost:3001(Or whatever port you specified in your .env file).