auth0 - Disable passwordless - User should login with email and password -


when log out of auth0 can click on email log in again. making passwordless.

how make flow user has input email , password log in instead of having passwordless?

i couldn't find docs on this.

thank in advance.

it sounds have live sso session - auth0 lock widget detect this, , therefore offer abbreviated login whereby password re-entry not required.

instead, when log user out, ensure not expunging local session, auth0 sso session. can calling https://{{your_tenant}}.auth0.com/v2/logout

if using auth0.js library, should find equivalent function eg. logout achieves same thing.


Comments

Popular posts from this blog

php - Vagrant up error - Uncaught Reflection Exception: Class DOMDocument does not exist -

vue.js - Create hooks for automated testing -

Add new key value to json node in java -