-
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
Customized user authentication function #137
Comments
@ravid007 |
@elifvish If I understand correctly, the |
@ravid007 If your goal is to allow user registration from specific domains (domain in email) you can add domains you want to whitelist in |
@elifvish I am familiar with that cool functionality, but unfortunately the login authentication is based on a list of specific Gmail address from a DB server. I'm pretty sure that the correct place for authentication functionality is the |
@elifvish @aviral-mittal Could you please consider adding this feature in next release please? that will be very helpful. |
@ravid007 We have not yet finalised adding this in next release, however, we will consider. We will update this issue with whatever decision we go ahead with. Hope you continue to enjoy using the plugin. :) |
Hi,
I would like to add my own function for user authentication in the middle of the flow, right after the authentication with google and before the user is registered or signed in if he already exists.
Is it possible to use the
rtcamp.google_user_authenticated
hook somehow to stop the flow and prevent from creating a user or sign-in a user?Of course I prefer to use hooks (filters) and not to make any changes in the code of the plugin.
If that's not possible, I'd be happy to add it as a feature request.
Thanks!
The text was updated successfully, but these errors were encountered: