I've been learning Auth0 for a React / React Native project. With two different apps now, including one from their site, I see the following behavior:
- clear browser cache
- login
- enter password, now logged in
- select logout --> now logged out
- select login
- am NOT prompted for password again, just logged in without interaction.
It seems the session has been kept alive even though I logged out. I would expect that if I manually log out of an application, I must re-authorize with my password on the next login attempt.
As I said I've seen this twice now, once with my own project and once with the tutorial they provide at https://auth0.com/blog/react-tutorial-building-and-securing-your-first-app/ . Doesn't make any sense to me. Am I missing something?
Thanks ~~