Hello, I am trying to add the reset-password featu...
# support-questions-legacy
u
Hello, I am trying to add the reset-password feature for the email & password recipe to a nestjs / react project. But every time i follow the reset link, it automatically redirects me toward the login page. When I manually visit the /auth/reset-password endpoint, same behavior. If I log in first, then follow the reset link, I can access the reset password page correctly. So my guess is that the reset-password is behind the authentication middleware or something. Any idea how to fix this ?
2 Views