Skip to content

Commit

Permalink
docs: update authentication.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-xo committed May 5, 2024
1 parent 1535706 commit a5bd82b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/02-authentication.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ In order to speed up development, the OTP code will also be displayed in the ter

Email authentication, either by code or magic links, is a common way to authenticate users in web applications. Remix SaaS provides a simple way to authenticate users with their email address.

We are using [Resend](https://resend.com) to send emails to users. Resend is a simple email service for developers that allows you to send emails from your app.
We are using `remix-auth-totp` and [Resend](https://resend.com) to handle email authentication.

- You can get your API Key by visiting the [Resend Dashboard](https://resend.com/api-keys).

Expand Down

0 comments on commit a5bd82b

Please sign in to comment.