User authentication with hug

Hi,

I made use of hug auth in app.py for multi user sessions.

I works perfectly in the first try. Or, it works perfectly if I use it in incognito mode in the browser. It asks for login everytime if i close the server, restart and access it in browser.

But, it does not work that way in the normal browser. Even if I restart the server, it does not ask for the auth. Shoudn’t it ask for login eveytime I restart the server and reload the browser page.

Or, is there any way I can make it do that?

Thank you.

This sounds like it’s related to hug and not Prodigy specifically – did you check if there are similar reports (and solutions) on the Hug issue tracker, Stack Overflow or the hug docs? Also, could you share your code?