You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At login once we firbase autth returns token send to our backend to make sure that they are an authenticate user
Get the user Identity from the backend by graphhing user data from the database (we will then load the userContext once we have that created separate tasks)
log user out
may need route to create route to authenticate the user
Miyuki-L
changed the title
Authenticate user with our Database, Grab identity and load context
Authenticate user with our Database, Grab identity and load context, LOGOUT
Jan 15, 2025
Miyuki-L
changed the title
Authenticate user with our Database, Grab identity and load context, LOGOUT
Login: Authenticate user with our Database, Grab identity and load context, LOGOUT
Jan 16, 2025
Miyuki-L
changed the title
Login: Authenticate user with our Database, Grab identity and load context, LOGOUT
Login: Authenticate user with our Database, Grab identity, LOGOUT
Jan 16, 2025
Resource:
https://github.com/TritonSE/PIA-Program-Manager/blob/e59620c72cb8a77f7d8ad49ad5392fc6bf9b1431/frontend/src/api/user.ts#L20
https://github.com/TritonSE/PAP-Inventory-Processing/blob/main/frontend/src/api/Users.ts
https://github.com/TritonSE/PIA-Program-Manager/blob/e59620c72cb8a77f7d8ad49ad5392fc6bf9b1431/frontend/src/api/user.ts
Put the frontend functions that call the api under
frontend/src/api
See above resources and the onboarding note about it
https://github.com/TritonSE/PIA-Program-Manager/blob/e59620c72cb8a77f7d8ad49ad5392fc6bf9b1431/frontend/src/api/user.ts
Put the frontend functions that call the api under
frontend/src/api
See above resources
Context related resource:
https://github.com/TritonSE/PAP-Inventory-Processing/blob/main/frontend/src/contexts/userContext.tsx
https://github.com/TritonSE/YSC-Mobile-Application/blob/main/mobile/src/contexts/AuthContext.tsx
The text was updated successfully, but these errors were encountered: