Can Domain Whitelisting be implemented using next auth #4586
Unanswered
hussamkhatib
asked this question in
Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I wanted to know if it is possible to enable domain whitelisting in next auth. I don't have next auth set up in my project yet as I'm exploring if this can be implemented or not.
Eg [email protected] , [email protected] , [email protected]
When the user tries to sign up it should only person1 to sign up and not the other 2 persons.
Note: I don't want the false entries to be signed up and denied access in the app instead don't create an entry in the database at all and handle the error gracefully if possible.
Beta Was this translation helpful? Give feedback.
All reactions