-
-
Notifications
You must be signed in to change notification settings - Fork 252
Open
Description
Is your feature request related to a problem? Please describe.
I'm always frustrated when I want to share a big file with my friends, since allowing unauthorised user to upload big file might cause the disk space abused.
Describe the solution you'd like
Allowing user login via OIDC, and add limitation options for login user and unauthorised user seperatelly.
ALLOW_UPLOAD = "none" / "login" / "all"
ALLOW_UPLOAD_FILE = "none" / "login" / "all"
Metadata
Metadata
Assignees
Labels
No labels