perf: change some field to encrypt field (#15842)

* perf: conn token add remote addr

* perf: change some field to encrypt field

---------

Co-authored-by: ibuler <ibuler@qq.com>
This commit is contained in:
fit2bot
2025-08-14 15:05:18 +08:00
committed by GitHub
parent 4b9c4a550e
commit 24f7946b7b
8 changed files with 69 additions and 5 deletions

View File

@@ -61,7 +61,8 @@ class JMSBaseAuthBackend:
class JMSModelBackend(JMSBaseAuthBackend, ModelBackend):
pass
def user_can_authenticate(self, user):
return True
class BaseAuthCallbackClientView(View):