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 💪