User prompt after first login "Last time you logged in"

I haven’t the prompt with “Last time you logged in” when I log back in.
Right now I automatically log me in so I am unable to login with another account.

I fork a project that show the prompt (with the author auth0 account) that shouldn’t be link to the code itself. I wonder if there is a Auth0 account option to allow that prompt but I couldn’t find it, any ideas?

Hello @clement.sirvente,

Sounds like you maybe want to use the prompt=login option when calling /authorize:

1 Like

Thanks @markd helpful link. Indeed I added the parameter “prompt: login” in my auth0.authorize and it prompt the user now with the full login/pwd, not with the rememberlastlogin, but it is good enough for me :wink:

2 Likes

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.