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
Currently, any logged in user can view any user's registered API keys and handover tokens. Implement object-level permissions with django-guaridan to prevent this https://django-guardian.readthedocs.org/en/stable/
The text was updated successfully, but these errors were encountered:
This is slightly improved in #36. API access now requires User.is_staff aka admin access. But we should still implement object-level permissions to prevent one staff user from accessing other users api keys.
Currently, any logged in user can view any user's registered API keys and handover tokens. Implement object-level permissions with django-guaridan to prevent this https://django-guardian.readthedocs.org/en/stable/
The text was updated successfully, but these errors were encountered: