Skip to content

Commit

Permalink
🐛 fix: person access token index error (#132)
Browse files Browse the repository at this point in the history
  • Loading branch information
lwnmengjing authored Jul 31, 2024
1 parent 2e0b50a commit 5f04fdc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/security/security.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,6 @@ type Verifier interface {
CheckToken(context.Context, string) error
Root() bool
Verify(context.Context) (bool, Verifier, error)
GetPersonAccessToken() string
SetPersonAccessToken(string)
}

0 comments on commit 5f04fdc

Please sign in to comment.