Skip to content

Commit e6d7cfb

Browse files
committed
docs: update documentation
1 parent bfeb3e3 commit e6d7cfb

File tree

2 files changed

+39
-12
lines changed

2 files changed

+39
-12
lines changed

README.md

Lines changed: 38 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<p>
1313
<a href="https://github.com/dev-xo/remix-auth-totp/tree/main/docs#getting-started"><strong>Get Started »</strong></a>
1414
<br/><br/>
15-
<a href="https://totp.fly.dev">Live Demo</a>
15+
<a href="https://totp.devxo.workers.dev/">Live Demo</a>
1616
·
1717
<a href="https://github.com/dev-xo/remix-auth-totp/tree/main/docs">Documentation</a>
1818
·
@@ -38,7 +38,7 @@ npm install remix-auth-totp
3838
- **😌 Easy to Set Up** - Start with one of the Official Starters.
3939
- **🚀 Remix Auth Foundation** - An amazing authentication library for Remix.
4040

41-
## [Live Demo](https://totp.fly.dev)
41+
## [Live Demo](https://totp.devxo.workers.dev/)
4242

4343
[![Remix Auth TOTP](https://raw.githubusercontent.com/dev-xo/dev-xo/main/remix-auth-totp/demo-thumbnail.png)](https://totp.fly.dev)
4444

@@ -55,12 +55,39 @@ If you found **Remix Auth TOTP** helpful, please consider supporting it with a
5555

5656
### Acknowledgments
5757

58-
Big thanks to [@w00fz](https://github.com/w00fz) for its amazing implementation of the **Magic Link feature**.
59-
60-
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.
61-
62-
Huge thanks to [@CyrusVorwald](https://github.com/CyrusVorwald) for the **v4** release, and the effort to make it React Router v7 compatible.
63-
64-
## License
65-
66-
Licensed under the [MIT license](https://github.com/dev-xo/remix-auth-totp/blob/main/LICENSE).
58+
Special thanks to some amazing contributors:
59+
60+
- [@w00fz](https://github.com/w00fz) for implementing the **Magic Link** feature
61+
- [@mw10013](https://github.com/mw10013) for adding **Cloudflare Support**, shipping `v2` and `v3` releases, and their continued dedication
62+
- [@CyrusVorwald](https://github.com/CyrusVorwald) for the `v4` release and React Router v7 compatibility
63+
64+
## Sponsors
65+
66+
Huge thanks to our sponsors who makes it possible to maintain and improve Remix SaaS! 🙌
67+
68+
<table width="100%">
69+
<tr height="187px">
70+
<td align="center" width="33%">
71+
<a href="https://launch.arcjet.com/hdXzPbO" target="_blank">
72+
<picture>
73+
<source media="(prefers-color-scheme: dark)" srcset="https://arcjet.com/logo/arcjet-dark-lockup-voyage-horizontal.svg">
74+
<img src="https://arcjet.com/logo/arcjet-light-lockup-voyage-horizontal.svg" alt="Arcjet">
75+
</picture>
76+
</a>
77+
</td>
78+
<td align="center" width="33%">
79+
<a href="https://www.convex.dev/?utm_source=remix-saas-github" target="_blank">
80+
<picture>
81+
<source media="(prefers-color-scheme: dark)" srcset="https://static.convex.dev/logo/convex-logo-light.svg">
82+
<source media="(prefers-color-scheme: light)" srcset="https://static.convex.dev/logo/convex-logo.svg">
83+
<img alt="Convex" src="https://static-http.s3.amazonaws.com/logo/convex-logo.svg">
84+
</picture>
85+
</a>
86+
</td>
87+
<td align="center" width="33%">
88+
<a href="mailto:devxo@mail.com">
89+
Support us!<br />💝
90+
</a>
91+
</td>
92+
</tr>
93+
</table>

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Welcome to the Remix Auth TOTP Documentation!
44

55
## List of Contents
66

7-
- [Live Demo](https://totp.fly.dev) - A live demo that displays the authentication flow.
7+
- [Live Demo](https://totp.devxo.workers.dev) - A live demo that displays the authentication flow.
88
- [Getting Started](https://github.com/dev-xo/remix-auth-totp/tree/main/docs#getting-started) - A quick start guide to get you up and running.
99
- [Examples](https://github.com/dev-xo/remix-auth-totp/blob/main/docs/examples.md) - A list of community examples using Remix Auth TOTP.
1010
- [Customization](https://github.com/dev-xo/remix-auth-totp/blob/main/docs/customization.md) - A detailed guide of all the available options and customizations.

0 commit comments

Comments
 (0)