mirror of
https://github.com/sonr-io/sonr.git
synced 2026-08-03 18:01:39 +00:00
(no commit message provided)
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package orm
|
||||
|
||||
type UserInfo struct {
|
||||
DID string
|
||||
Sub string `json:"sub"`
|
||||
Name string `json:"name,omitempty"`
|
||||
Email string `json:"email,omitempty"`
|
||||
// Add other claims as needed
|
||||
}
|
||||
Reference in New Issue
Block a user