linkedweb/full-auth

Login doesn't work on Chrome

Opened this issue · 3 comments

I followed your tutorial and as you mentioned at 2:20 in the Frontend tutorial Chrome requires a https connection even during local development.

However, the code seems to be not working for me even in a production environment using https connection. Any suggestions on how to debug / fix the behavior so that it works on Chrome as well ?

same problem i have. Did u fix it ? fro safari is working well but on chrome or other ones. Not working

Yes managed to get it work. I think I just had to set

AUTH_COOKIE_SECURE = True In the settings

AUTH_COOKIE_SAMESITE = 'lax'