-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Wildcard authorized emails? #9
Comments
The simplest solution is to modify the auth function here to something like: An even better approach would be to store authorized emails in a database and have the auth function do a lookup against that database. |
I'm using this approach at the moment:
and setting:
|
@joshbode, this would be a really good addition to the README, or some similar documentation! :-) |
Your url doesn't seem to be working. |
@VedantRuparelia whoops, linked to a private repo. Fixed my comment above (new link) |
How might one allow wildcard email authorization? E.g. all emails for a Google authentication domain, such as a company's staff. Is there an approach to enable all organization users, or specific email domains?
The text was updated successfully, but these errors were encountered: