I need your help or some recommendation, I have a requirement that if I try to log in with Google I must block the account until the sign up process is done normally and then compare the emails and if the Google type email exists then I have to do the account unlocking process, to do this unlocking I am using the API and updating only theblockd field, and later I create the user and after that I have to return to the Login page, but here is the problem: The creation process makes it perfect and the unlocking also does it but when I redirect to the login page it gives me a rollback of the changes applied to the Google type user, to do this unlocking I use the PATCH method as indicated in the usage of the API
Related topics
Topic | Replies | Views | Activity | |
---|---|---|---|---|
Google login with Lock: changing permissions and displayed URL | 8 | 4667 | October 10, 2019 | |
User authentication flow | 2 | 3411 | August 26, 2019 | |
Block @google.com Users from Logging In or Signing Up with Google Login | 1 | 4127 | August 19, 2022 | |
Auth0 Lock - Social sign-in creates Auth0 Management User | 9 | 3591 | June 18, 2020 | |
Authentication not working in Chrome - user forever blocked | 3 | 3030 | July 15, 2020 |