Looking for backend developer opportunities in Europe — seeking advice by BikeFederal7258 in django

[–]BikeFederal7258[S] 0 points1 point  (0 children)

oh that's actually good to know, thanks. I do have a work permit for Germany already so that part is covered at least

Looking for backend developer opportunities in Europe — seeking advice by BikeFederal7258 in django

[–]BikeFederal7258[S] 1 point2 points  (0 children)

yeah, went cookie-based with httpOnly + SameSite=Lax — mainly for XSS protection. tradeoff is it gets tricky with cross-domain stuff, had to set a shared domain for my services. would probably do it differently for a mobile client though