Merge remote-tracking branch 'upstream/master' into python-registry-v2
This commit is contained in:
commit
2c9d85a55a
1 changed files with 1 additions and 0 deletions
|
@ -58,6 +58,7 @@ class JWTAuthTestCase(LiveServerTestCase):
|
|||
'iss': 'authy',
|
||||
'aud': 'quay.io/jwtauthn',
|
||||
'nbf': datetime.utcnow(),
|
||||
'iat': datetime.utcnow(),
|
||||
'exp': datetime.utcnow() + timedelta(seconds=60),
|
||||
'sub': user['name'],
|
||||
'email': user['email']
|
||||
|
|
Reference in a new issue