A list of community examples using Remix Auth TOTP.
- React Router v7 - Starter by @dev-xo: A straightforward database-less example App. It can also serve as a foundation for your Remix App or other projects.
- React Router v7 - Drizzle ORM by @CyrusVorwald: A simple to start, Drizzle + PostgreSQL example, that aims to be a playground for your React Router v7 app.
These are examples for the v3.0+ release. The implementation is mostly compatible with v4.0, with slight differences in how the session is handled.
- Remix Auth TOTP - Starter by @dev-xo: A straightforward Prisma ORM + SQLite example App. It can also serve as a foundation for your own projects or other examples.
- Remix Auth TOTP + Remix Flat Routes by @dev-xo: Remix Auth TOTP + Remix Flat Routes example App.
- Remix Auth TOTP + Conform by @dev-xo: Remix Auth TOTP + Conform example App.
- Remix Auth TOTP + Cloudflare by @mw10013: Remix Auth TOTP + Cloudflare example App.
If you have an example you'd like to share with the community, feel free to open a PR!