Don't keep session in browser while using device flow authentication

I am using the device-flow to authenticate a CLI. Everything works fine on first try. But if I try to authenticate again, when I open the browser it doesn’t request me for inserting my credentials. It just keeps the credentials from the previous session.

Is there a way to add a timeout for that session so I can use a different email and password?

Thanks!

Hi @morenol,

Welcome to the Auth0 Community!

You can configure session settings like this:

You could also force the login prompt if you don’t care about the session expiring.