Require authentication for each use

Hi All,

I am using dash_auth package. Everything works well but the browser automatically remembers the user. I’d like to make user login each time he refreshes the webapp or comes back to using the webapp after say 5 mins.

How to make browser forget authentication details automatically? Thank you!

Can someone please answer this? Thank you!

You can open the app in incognito mode (chrome). This way the credentials will not be remembered after the incognito session has ended. If this is not an acceptable solution, i think you will have to use another auth package.

1 Like

Thank you @Emil. This will work well.