Skip to content

Commit

Permalink
edit
Browse files Browse the repository at this point in the history
Signed-off-by: dhruv <[email protected]>
  • Loading branch information
jaydee029 committed Mar 7, 2024
1 parent 6c4e14b commit f48aef7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions internal/authentication.go
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,8 @@ func VerifyAPIkey(headers http.Header) (string, error) {
return splitToken[1], nil
}



/*
func RevokeToken(tokenstring string) error {
dbstructure, err := db.loadDB()
Expand Down

0 comments on commit f48aef7

Please sign in to comment.