We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1ea6c9 commit 90e3b58Copy full SHA for 90e3b58
models/auth/token.go
@@ -59,6 +59,7 @@ type AccessToken struct {
59
TokenHash string `xorm:"UNIQUE"` // sha256 of token
60
TokenSalt string
61
TokenLastEight string `xorm:"token_last_eight"`
62
+ Scope string
63
64
CreatedUnix timeutil.TimeStamp `xorm:"INDEX created"`
65
UpdatedUnix timeutil.TimeStamp `xorm:"INDEX updated"`
0 commit comments