Merge pull request #33896 from mehtaphysical/master

express-jwt: Remove skip from jwt.Options
This commit is contained in:
Sheetal Nandi
2019-03-19 16:45:30 -07:00
committed by GitHub

View File

@@ -37,7 +37,6 @@ declare namespace jwt {
export interface Options {
secret: secretType | SecretCallback | SecretCallbackLong;
userProperty?: string;
skip?: string[];
credentialsRequired?: boolean;
isRevoked?: IsRevokedCallback;
requestProperty?: string;