Skip to content

Commit 3da9976

Browse files
committed
chore(docs): update documentation
1 parent 00a3016 commit 3da9976

File tree

5 files changed

+278
-197
lines changed

5 files changed

+278
-197
lines changed

README.md

Lines changed: 4 additions & 1 deletion
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 Verification & 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+
- **⭐ Support for Remix and React Router v7** - Out of the box.
3334
- **📧 Built-In Magic Link** - Authenticate users with a Click.
3435
- **⛅ Cloudflare Support** - Works with Cloudflare Pages.
3536
- **🔐 Secure** - Encrypted Time-Based Codes.
@@ -58,6 +59,8 @@ Big thanks to [@w00fz](https://github.com/w00fz) for its amazing implementation
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)