Skip to content

A Time-Based One-Time Password (TOTP) Authentication Strategy for Remix-Auth.

License

Notifications You must be signed in to change notification settings

mz0in/remix-auth-totp

 
 

Repository files navigation

📧 Remix Auth TOTP

Remix Auth TOTP is a Time-Based One-Time Password (TOTP) Authentication Strategy for Remix Auth that implements Email-Code Verification & Magic-Link Authentication in your application.

npm install remix-auth-totp

CI Release License

Features

  • 📧 Built-In Magic Link - Authenticate users with a Click.
  • ⛅ Cloudflare Support - Works with Cloudflare Workers.
  • 🔐 Secure - Encrypted Time-Based Codes.
  • 🛡 Bulletproof - Crafted in strict TypeScript with high test coverage.
  • 😌 Easy to Set Up - Start with one of the Official Starters.
  • 🚀 Remix Auth Foundation - An amazing authentication library for Remix.

Remix Auth TOTP

Getting Started

Please, read the Getting Started Documentation to learn how to set up the library in your application.

Tip

As a simpler alternative, you can use one of the Official Starters.

Support

If you found Remix Auth TOTP helpful, please consider supporting it with a ⭐ Star. It helps the repository grow and provides the required motivation to continue maintaining the project.

Acknowledgments

Big thanks to @w00fz for its amazing implementation of the Magic Link feature.

Special thanks to @mw10013 for the Cloudflare Support implementation, the v2 and v3 Releases, and all the dedication and effort set into the project.

License

Licensed under the MIT license.

About

A Time-Based One-Time Password (TOTP) Authentication Strategy for Remix-Auth.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 99.4%
  • Other 0.6%