This website requires JavaScript.
Explore
Help
Register
Sign In
legalgonews
/
legalgo-BE-go
Watch
1
Star
0
Fork
0
You've already forked legalgo-BE-go
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
legalgo-BE-go
/
internal
/
domain
/
auth
/
token.go
8 lines
100 B
Go
Raw
Normal View
History
Unescape
Escape
fix: get profile user/staff using token rather than id
2025-02-28 12:18:47 +08:00
package
authdomain
type
AuthToken
struct
{
Email
string
SessionID
string
chores: refactor struct and structure project
2025-03-05 21:21:44 +08:00
Role
string
fix: get profile user/staff using token rather than id
2025-02-28 12:18:47 +08:00
}
Reference in New Issue
Copy Permalink