chicommons / maps

MIT License
5 stars 17 forks source link

BACKEND: Change password reset url to frontend. #243

Closed maxgraziano closed 1 month ago

maxgraziano commented 1 month ago

The backend /password-reset/ endpoint sends an email with a link to the user. Currently, the link is a direct backend endpoint with the tokens needed for reset.

As the frontend password reset UI is built out, this should be switched to the frontend's url with the same tokens. The frontend should make the call to the backend endpoint passing the provided tokens along.

Dependent on #232

maxgraziano commented 1 month ago

Duplicate of #255