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 auth flow
#793
Closed
erikguntner
closed
2 months ago
erikguntner
commented
2 months ago
Closes #788
What changes did you make?
Added user controller and
/user
route
Added routes to handle user sessions
Moved packages into a modules folder
Updated types and routes on frontend
Updated the Vite server proxy
Rationale behind the changes?
Allow the user to sign up and sign in and have the ability to start a session using the new API.
Testing done for these changes
Manually signed in and started a session with a user
Closes #788
What changes did you make?
/user
routeRationale behind the changes?
Testing done for these changes