clean-chef-65781
04/11/2024, 1:42 PMhigh-optician-2097
magnificent-energy-493
Acc
project.
logout -> just a local logout on website (not on ory)Can you elaborate on that what that means exactly?
clean-chef-65781
04/16/2024, 12:32 PMfrom django.contrib.auth import logout
... logout(request)
which basically deletes the session, invalidates the session cookies. (cookies of our app itself, not related to ory)
We do not logout from the ory/oauth2 backend.
NB: we do exactly the same in the dev and acc environment.magnificent-energy-493
clean-chef-65781
04/16/2024, 12:59 PM