Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<div align="center">
<p>
Remix Auth TOTP is a <strong>Time-Based One-Time Password (TOTP) Authentication Strategy</strong> for <a href="https://github.com/sergiodxa/remix-auth">Remix Auth</a> that implements <strong>Email-Code Verification & Magic-Link Authentication</strong> in your application.
A <strong>Time-Based One-Time Password (TOTP) Authentication Strategy</strong> for <a href="https://github.com/sergiodxa/remix-auth">Remix Auth</a> that implements <strong>Email-Code & Magic-Link Authentication</strong> in your application.
</p>
</div>

Expand All @@ -30,6 +30,7 @@ npm install remix-auth-totp

## Features

- **⭐ Remix & React Router v7** - Out of the box support.
- **📧 Built-In Magic Link** - Authenticate users with a Click.
- **⛅ Cloudflare Support** - Works with Cloudflare Pages.
- **🔐 Secure** - Encrypted Time-Based Codes.
Expand All @@ -50,14 +51,16 @@ Please, read the [Getting Started Documentation](https://github.com/dev-xo/remix

## Support

If you found **Remix Auth TOTP** helpful, please consider supporting it with a ⭐ [Star](https://github.com/dev-xo/remix-auth-totp). It helps the repository grow and provides the required motivation to continue maintaining the project.
If you found **Remix Auth TOTP** helpful, please consider supporting it with a ⭐ [Star](https://github.com/dev-xo/remix-auth-totp).

### Acknowledgments

Big thanks to [@w00fz](https://github.com/w00fz) for its amazing implementation of the **Magic Link feature**.

Special thanks to [@mw10013](https://github.com/mw10013) for the **Cloudflare Support** implementation, the `v2` and `v3` **Releases**, and all the dedication and effort set into the project.

Huge thanks to [@CyrusVorwald](https://github.com/CyrusVorwald) for the **v4** release, and the effort to make it React Router v7 compatible.

## License

Licensed under the [MIT license](https://github.com/dev-xo/remix-auth-totp/blob/main/LICENSE).
Loading
Loading