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 was archived by the owner on Jul 12, 2022. It is now read-only.
On the endpoint /dashboard, when the user is authenticated he should be able to view dashboard data, for rendering data from the sqlite database use sql.js
The text was updated successfully, but these errors were encountered:
The user must be authenticated in order to access either the meeting or the dashboard.
Once the user is authenticated, the meeting is rendered to him, and is allowed to send requests to the cloud function, by passing his assigned JWT token to the authorization header of the request.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Requirements
/dashboard
, when the user is authenticated he should be able to view dashboard data, for rendering data from the sqlite database use sql.jsThe text was updated successfully, but these errors were encountered: