Configuration

E-mail

How to send e-mails through the application
You can check out the official Resend documentation for more information.

Application URL

Before configuring the authentification, you need to set the NUXT_APP_URL environment variable in your .env file. For exemple in development, you can set the URL to http://localhost:3000.

NUXT_APP_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.

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.