fix: get profile user/staff using token rather than id

This commit is contained in:
ericprd
2025-02-28 12:18:47 +08:00
parent 5fb0764630
commit 6b858b99fb
15 changed files with 234 additions and 44 deletions
+6
View File
@@ -0,0 +1,6 @@
package authdomain
type AuthToken struct {
Email string
SessionID string
}