Skip to content

Commit

Permalink
feat: add support for Remix Auth v4 (#82)
Browse files Browse the repository at this point in the history
Author: @CyrusVorwald
Co-authored-by: dev-xo <[email protected]>
  • Loading branch information
CyrusVorwald and dev-xo authored Jan 24, 2025
1 parent e60f1f1 commit f53f623
Show file tree
Hide file tree
Showing 12 changed files with 1,700 additions and 1,204 deletions.
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

0 comments on commit f53f623

Please sign in to comment.