openanalytics / shinyproxy

ShinyProxy - Open Source Enterprise Deployment for Shiny and data science apps
https://www.shinyproxy.io
Apache License 2.0
525 stars 151 forks source link

Allow user groups via web based authentication #485

Closed derfl0 closed 6 months ago

derfl0 commented 7 months ago

As our shiny setup grows more and more in groups and users, I've implemented a small web application that handles the authentication in combination with a password reset mechanism via mail. Unfortunately according to the documentation web based auth has no option to set groups for the users. This way web based auth is not usable in our case.

Could you please add the option to send groups with the http response 200, e.g. as a comma separated list, in the response body?

Thank you in advance and thank you for this great project

LEDfan commented 7 months ago

This will be possible in the next release, which will be out soon.

LEDfan commented 6 months ago

Hi, this is now part of the ShinyProxy 3.1.0 we released today. Thanks again for your suggestion!