nhost / hasura-backend-plus

🔑Auth and 📦Storage for Hasura. The quickest way to get Auth and Storage working for your next app based on Hasura.
https://nhost.github.io/hasura-backend-plus/
MIT License
1.17k stars 187 forks source link

REDIRECT_URL_SUCCESS and REDIRECT_URL_ERROR should not be always mandatory #606

Closed plmercereau closed 3 years ago

plmercereau commented 3 years ago

REDIRECT_URL_SUCCESS and REDIRECT_URL_ERROR became mandatory, and HBP won't start without then as per described in var-checks.

However, they will only be used when user registration need to be activated through an activation link (usually sent over an email):

Generally speaking, documentation is out of sync with the last HBP versions, especially on this one, as this is a breaking change.

plmercereau commented 3 years ago

solved by @elitan