This repository is documented at https://fusionauth.io/docs/quickstarts/quickstart-javascript-remix-web.
Further reading:
- Remix Docs
- Passport.js authentication concepts
- Remix Auth
- Remix-Auth-Oauth2 Docs
- FusionAuth OAuth Docs
Install Docker and Node.js.
In a terminal run the following to start fusionauth.
docker-compose up
In another terminal start the app.
cd complete-application
npm install
npm run dev
Browse to the app at http://localhost:3000.