remove skip from express-jwt

This commit is contained in:
Ryan Mehta
2019-03-14 15:36:15 -07:00
parent a6c913ee2b
commit daa465cfb1

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;