add test to token
This commit is contained in:
@@ -309,8 +309,8 @@ class IssuerParameter(rfc9207.IssuerParameter):
|
||||
|
||||
|
||||
GRANT_TYPES_EXPIRES_IN = {
|
||||
'authorization_code': 60 * 10, # 10 minutes
|
||||
'refresh_token': 86_400 * 7, # 7 days
|
||||
'authorization_code': 60 * 3, # 3 minutes
|
||||
'refresh_token': 60 * 30, # 30 minutes
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user