Skip to content

Commit f53f623

Browse files
CyrusVorwalddev-xo
andauthored
feat: add support for Remix Auth v4 (#82)
Author: @CyrusVorwald Co-authored-by: dev-xo <[email protected]>
1 parent e60f1f1 commit f53f623

File tree

12 files changed

+1700
-1204
lines changed

12 files changed

+1700
-1204
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<div align="center">
66
<p>
7-
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.
7+
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.
88
</p>
99
</div>
1010

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

3131
## Features
3232

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

53-
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.
54+
If you found **Remix Auth TOTP** helpful, please consider supporting it with a ⭐ [Star](https://github.com/dev-xo/remix-auth-totp).
5455

5556
### Acknowledgments
5657

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

5960
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.
6061

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

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

0 commit comments

Comments
 (0)