New to Auth0 and thought I had successfully incorporated it. I am building an SPA with Vue and Flask API. All I know is that in my testing, each time I “log in,” the user account just goes straight to the callback page without being asked for a password. I click Log Out regularly. The User Detail page shows “Latest Login” was 6 days ago, on the other hand if I go to the “History” tab for that same user, there are dozens of “SuccessLogin” entries all within a few hours ago, a day ago, etc.
Why am I not being asked for a password each time I log in?