Configure the e-mail sending with Resend.
Application URL
Before configuring the authentification, you need to set the NUXT_PUBLIC_SITE_URL
environment variable in your .env
file.
For exemple in development, you can set the URL to http://localhost:3000
.
.env
NUXT_PUBLIC_SITE_URL=http://localhost:3000
Resend API Key
To configure the e-mail sending with Resend, you need to set the NUXT_RESEND_API_KEY
environment variable in your .env
file.
.env
NUXT_RESEND_API_KEY=your_resend_api_key
You can get your Resend API key by creating an account on the Resend website and go to the API Keys
section.