issues
search
hackforla
/
HomeUniteUs
We're working with community non-profits who have a Host Home or empty bedrooms initiative to develop a workflow management tool to make the process scalable (across all providers), reduce institutional bias, and effectively capture data.
https://homeunite.us/
GNU General Public License v2.0
39
stars
21
forks
source link
FastAPI authentication and user updates
#799
Closed
erikguntner
closed
2 months ago
erikguntner
commented
2 months ago
What changes did you make?
Restructured a few endpoint paths
Added the sign up confirmation route
Added sign out route
Fixed issue with refresh flow using the wrong value for secret hash
Added delete user route to users controller
Updated frontend services and query hooks to work with new endpoints
Updated loading state on signup and sign in forms to use single variable
Removed google auth buttons from sign up and sign in until we migrate to Hack for LA account
Testing done for these changes
Manual testing of endpoints and going through the sign up, sign in, sign out, and forgot password flows.
What changes did you make?
Testing done for these changes