bugy / script-server

Web UI for your scripts with execution management
Other
1.52k stars 244 forks source link

Google OAuth - allow users by email domain #649

Open chiva opened 1 year ago

chiva commented 1 year ago

As I'm using Google OAuth in my instance, I have to define every single user to allowed_users. I have seen it accepts a * to allow everyone.

But, it doesn't seem to support allowing users by subdomain, for example: *@mydomain.com That way the authentication list is much easier to maintain 💪

bugy commented 1 year ago

Hi @chiva, thanks for the proposal :) I was thinking about it for a long time, but since noone requested it, I didn't give it any prio.