You've already forked snikket-web-portal
Update logout comment with relevant feature request
This commit is contained in:
@@ -380,7 +380,8 @@ class ProsodyClient:
|
|||||||
|
|
||||||
async def logout(self):
|
async def logout(self):
|
||||||
# this currently only kills the cookie stuff, we may want to invalidate
|
# this currently only kills the cookie stuff, we may want to invalidate
|
||||||
# the token on th server side, toos
|
# the token on the server side, toos
|
||||||
|
# See-Also: https://issues.prosody.im/1503
|
||||||
http_session.pop(self.SESSION_TOKEN, None)
|
http_session.pop(self.SESSION_TOKEN, None)
|
||||||
http_session.pop(self.SESSION_ADDRESS, None)
|
http_session.pop(self.SESSION_ADDRESS, None)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user