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
The dashboard needs to be authenticated (#29) and authorized to just admins
I'm thinking it's probably best to scope the admin dashboard routes to prevent future path collision (in case the front end gets moved onto Rails too). Maybe such something as /dashboard/... or /admin/...
The text was updated successfully, but these errors were encountered:
The goal is to create an admin dashboard that replaces Airtable. The Airtable dashboard currently serves the following purposes:
Tasks
The dashboard needs to be authenticated (#29) and authorized to just admins
I'm thinking it's probably best to scope the admin dashboard routes to prevent future path collision (in case the front end gets moved onto Rails too). Maybe such something as
/dashboard/...
or/admin/...
The text was updated successfully, but these errors were encountered: