♻️ refactored login-related code

This commit is contained in:
2024-12-21 00:51:59 +08:00
parent 40d073db0f
commit f213644aa9
33 changed files with 802 additions and 535 deletions

View File

@@ -1,3 +0,0 @@
package constant
const SESSION_KEY = "SESSION"

View File

@@ -0,0 +1,3 @@
package constant
const UID_HEADER_KEY = "X-UID"