Skip to content

Commit 5f04fdc

Browse files
authored
🐛 fix: person access token index error (#132)
1 parent 2e0b50a commit 5f04fdc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pkg/security/security.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,6 @@ type Verifier interface {
2121
CheckToken(context.Context, string) error
2222
Root() bool
2323
Verify(context.Context) (bool, Verifier, error)
24+
GetPersonAccessToken() string
25+
SetPersonAccessToken(string)
2426
}

0 commit comments

Comments
 (0)