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
Is your feature request related to a problem? Please describe.
Currently a unauthenticated user is able to browse public snippets, but I would like the ability to restrict that to logged in users in general,
Describe the solution you'd like
Config option to require a user to authenticate to see any snippets,
Ideally this could extend to having groups from the idp provider determine permissions, eg if user has group A they log in and it provisions a user for them, they can see public snippets, and if user is group B they just get to view public snippets (no creation for them)
However a simple win for now would simply be a config option to disbale public viewing for unauthenticated users
Describe alternatives you've considered
Not much for alternatives, could stick it behind a SSO proxy like OAUTH2-proxy and do auth there but that defeats the point of the integrated SSO support
Additional context
No additional context
The text was updated successfully, but these errors were encountered:
I'd quite like to see this two, I'm currently using Opengist but Bytestash has a much nicer UI, I currently use my Opengist instance to share code snippets with a friend. I'd also like the ability to require a login to view "public" snippets.
think either approach is fine, a very robust solution would be
implement public view requires auth option
additionally add ability to explicitly share with other users
regarding (1) if possible as a followon id love to see an option to tie that into SSO as i mentioned above, being able to have users with a given group able to view public snippets but not create their own, then users in another group able to do both would be a big win
Is your feature request related to a problem? Please describe.
Currently a unauthenticated user is able to browse public snippets, but I would like the ability to restrict that to logged in users in general,
Describe the solution you'd like
Config option to require a user to authenticate to see any snippets,
Ideally this could extend to having groups from the idp provider determine permissions, eg if user has group A they log in and it provisions a user for them, they can see public snippets, and if user is group B they just get to view public snippets (no creation for them)
However a simple win for now would simply be a config option to disbale public viewing for unauthenticated users
Describe alternatives you've considered
Not much for alternatives, could stick it behind a SSO proxy like OAUTH2-proxy and do auth there but that defeats the point of the integrated SSO support
Additional context
No additional context
The text was updated successfully, but these errors were encountered: