-
|
What the title says. Want to be able to explicitly invite/whitelist people, but not allow anyone with the domain name to use the site. |
Beta Was this translation helpful? Give feedback.
Answered by
krokosik
Oct 1, 2025
Replies: 1 comment
-
|
It depends on the providers you want to use. If you use email, you should set In case of OAuth providers, this should be handled inside of the providers as OAuth is specifically for delegating auth to an external provider. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
laur89
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It depends on the providers you want to use. If you use email, you should set
DISABLE_EMAIL_SIGNUPenv var once all the users you want are signed up.In case of OAuth providers, this should be handled inside of the providers as OAuth is specifically for delegating auth to an external provider.