I have a login widget, and I want to know if a user attempting a login has a particular condition to let the widget in the login response
Is there something like an authentication inline-hook?
I have a login widget, and I want to know if a user attempting a login has a particular condition to let the widget in the login response
Is there something like an authentication inline-hook?
What kind of condition are you trying to key off of?
I’m trying to implement that if an already registered user gets flagged by any reason (another API checks this), to deny access if trying to login and redirect the widget to a custom page
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.