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 Nov 2, 2019. It is now read-only.
@brentdur/school-attendances can only be accessed by TEAM_MEMBER, but I need to let people add schools in the profile, and they won't be eboard. How do you think we can fix this? Add an endpoint?
@AbhiAgarwal@ethanresnick I think to do this we would have to open CREATE on SchoolAttendances to PUBLIC? Unless we have an available permission for registered users, but I don't think so. (if that was the case we could register the person and than add 'SchoolAttendances')
Unless we have an available permission for registered users, but I don't think so.
@brentdur This is what the "AUTHENTICATED" permission (automatically enforced by the firewall) does... it let's one access the route if they're signed in. So setting that for POST /school-attendances should be enough.
No description provided.
The text was updated successfully, but these errors were encountered: