Not sure if this is by design, a bug, a result of how I tested the login, or a combination of the three, but I had asked my wife to do end-end testing on my app and when she went to login with Clerk, she chose to use the manual entry email address route instead of the clickable “Continue with Google” button. However, Clerk still grabbed her profile picture and google info as if she had used the “Continue with Google” button and approved google.
I’m starting to think what happened is I she had let me login using her email address a couple weeks prior to her doing end-end testing and I’m pretty sure I chose “Login with Google.” I did my testing in app with her email/profile and when I was done deleted her record in the app database, but it might be possible that doesn’t get communicated back to Clerk.
Or is it by Clerk’s design that if you choose to login with manually entering in your email address and it happens to be a gmail account it just automatically proceeds as if the user had selected the “Login with Google” option and automatically takes their profile picture and info despite the user not having agreed to do so?
Separately, I know I can manage the Clerk users from the Auth pane, but my only options per user are “view details” and “ban user” I should also be able to delete a user if that user requests to have their information deleted. If I delete a user in my database that is associated with the same userID on the Clerk Auth Pane, the Auth pane should update accordingly as well.