metricsui/web

Prevent unauthorized users from accessing the Dashboard

Closed this issue · 0 comments

Description

In our first batch's open mentee recruitment, we only allow current active students of CSUI to apply.
Thus, we should prevent unauthorized user to see the dashboard.
We can determine whether they are authorized or not from the backend response in a boolean flag (to be determined in the cloud_functions#4 link below)

Dependencies:

metricsui/cloud_functions#4