Merge remote-tracking branch 'origin/master' into 6.0.x

This commit is contained in:
William Cheng
2021-09-01 14:16:17 +08:00
3893 changed files with 67761 additions and 15499 deletions

View File

@@ -26,4 +26,3 @@ def validate_scope_petstore_auth(required_scopes: List[str], token_scopes: List[
""" Validate required scopes are included in token scope """
return set(required_scopes).issubset(set(token_scopes))

View File

@@ -502,7 +502,7 @@ paths:
format: int32
type: integer
X-Expires-After:
description: date in UTC when toekn expires
description: date in UTC when token expires
schema:
format: date-time
type: string