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
Try a new uvicore app where there is no user dB, no groups... maybe just a single auth user. So still private api, but no dB use at all. Maybe a hard coded array of user->keys but no permissions since no dB. I guess the auto api does need guards optional for this. Actually guards are OR, so wrap auto api in a group with guard scope=authenticated and it would work.
Also remember personal access tokens. A key made with a list of roles (not permissions). Use can basic auth with that key as the password.
The text was updated successfully, but these errors were encountered:
Try a new uvicore app where there is no user dB, no groups... maybe just a single auth user. So still private api, but no dB use at all. Maybe a hard coded array of user->keys but no permissions since no dB. I guess the auto api does need guards optional for this. Actually guards are OR, so wrap auto api in a group with guard scope=authenticated and it would work.
Also remember personal access tokens. A key made with a list of roles (not permissions). Use can basic auth with that key as the password.
The text was updated successfully, but these errors were encountered: