jwt profile and fixes
This commit is contained in:
parent
d91fe7aacf
commit
8b1d405f91
5 changed files with 168 additions and 168 deletions
|
@ -1,6 +1,10 @@
|
|||
package internal
|
||||
|
||||
import "golang.org/x/text/language"
|
||||
import (
|
||||
"crypto/rsa"
|
||||
|
||||
"golang.org/x/text/language"
|
||||
)
|
||||
|
||||
type User struct {
|
||||
id string
|
||||
|
@ -14,3 +18,7 @@ type User struct {
|
|||
phoneVerified bool
|
||||
preferredLanguage language.Tag
|
||||
}
|
||||
|
||||
type Service struct {
|
||||
keys map[string]*rsa.PublicKey
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue