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
If we're going to leave this up to downstreams, we need to call out how to do it in the docs, because it'll be the most common case. A setting to control it would also be nice.
This could be implemented by simply adding
@permission_classes([IsAuthenticated])
to each view function.However, it may be better to not enforce authentication in S3FF, and give downstreams the ability to veto uploads on a per-request basis.
The text was updated successfully, but these errors were encountered: