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
{{ message }}
This repository has been archived by the owner on Jul 21, 2021. It is now read-only.
We will create a new endpoint /api/auth_hello for user authentication within app.py, such that the API can retrieve user tokens from the front end, confirm the validity of each token with Firebase Admin SDK, and send confirmation of the user verification back to the front end. We have submitted a separate issue for the necessary front end modifications to the front end's Github.
Eventually, we will be able to expand on the functionality of this route, constructing other routes /api/syllabus_upload, /api/get_user_courses that rely on this verification.
The text was updated successfully, but these errors were encountered:
We will create a new endpoint
/api/auth_hello
for user authentication withinapp.py
, such that the API can retrieve user tokens from the front end, confirm the validity of each token with Firebase Admin SDK, and send confirmation of the user verification back to the front end. We have submitted a separate issue for the necessary front end modifications to the front end's Github.Eventually, we will be able to expand on the functionality of this route, constructing other routes
/api/syllabus_upload
,/api/get_user_courses
that rely on this verification.The text was updated successfully, but these errors were encountered: