diff --git a/internal/authentication.go b/internal/authentication.go index e8dcbae..046feb5 100644 --- a/internal/authentication.go +++ b/internal/authentication.go @@ -126,6 +126,8 @@ func VerifyAPIkey(headers http.Header) (string, error) { return splitToken[1], nil } + + /* func RevokeToken(tokenstring string) error { dbstructure, err := db.loadDB()