Skip to content

Commit

Permalink
2024年6月07日 feat(login) 优化登录根域写cookie
Browse files Browse the repository at this point in the history
  • Loading branch information
ss1917 committed Jun 13, 2024
1 parent e6816ba commit 1b4d51c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mg/handlers/login_v5_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ async def post(self, *args, **kwargs):
# logging.error(f"设置主域cookie失败 {err}")
try:
root_domain = self.request.headers.get('Codo-root-domain')
self.clear_all_cookies()
self.set_cookie("auth_key", auth_key, domain=root_domain, expires_days=1)
self.set_cookie("is_login", 'yes', domain=root_domain, expires_days=1)
except Exception as err:
Expand Down

0 comments on commit 1b4d51c

Please sign in to comment.