You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the doc for the forgotten password part is only based on the Supabase Dashboard.
However, when developing locally, the sections shown in the dashboard do not exist.
Solution
Improve documentation by adding a modification section via the config.toml file.
1 Go to your config.toml file
2. In [auth] section set site_url to your application URL
3. In [auth], add the following URL in the additional_redirect_urls = [{APPLICATION_URL}}/auth-callback"]
4. Add an [auth.email.templace.recovery] section with the following option
Problem
Currently, the doc for the forgotten password part is only based on the Supabase Dashboard.
However, when developing locally, the sections shown in the dashboard do not exist.
Solution
Improve documentation by adding a modification section via the
config.toml
file.1 Go to your
config.toml
file2. In
[auth]
section setsite_url
to your application URL3. In
[auth]
, add the following URL in theadditional_redirect_urls = [{APPLICATION_URL}}/auth-callback"]
4. Add an
[auth.email.templace.recovery]
section with the following optionIn Recovery email template set the
auth-callback
redirectionThe text was updated successfully, but these errors were encountered: