aboutsummaryrefslogtreecommitdiff
path: root/tests/test_jwt.py
AgeCommit message (Expand)Author
2021-09-09fix: rename CLOCK_SKEW and separate client/server user case (#863)arithmetic1728
2021-08-03fix!: drop support for Python 2.7 (#778)Tres Seaver
2021-06-16feat: allow scopes for self signed jwt (#776)arithmetic1728
2021-04-15fix: Allow multiple audiences for id_token.verify_token (#733)Jonathan Beaulieu
2021-04-08fix: support custom alg in jwt header for signing (#729)arithmetic1728
2020-07-09feat: add quota project to base credentials class (#546)Bu Sun Kim
2020-04-01feat: Implement ES256 for JWT verification (#340)Thea Flowers
2019-10-21chore: blacken (#375)Bu Sun Kim
2018-07-31Fix check for error text on Python 3.7 (#278)Felix Yan
2017-03-28Add jwt.OnDemandCredentials (#142)Jon Wayne Parrott
2017-02-24Add jwt.Credentials.from_signing_credentials, remove serivce_account.Credenti...Jon Wayne Parrott
2017-02-23Remove one-time token behavior of JWT Credentials (#117)Jon Wayne Parrott
2017-02-22Create abstract Verifier and Signer, remove key_id hack from App Engine and I...Jon Wayne Parrott
2017-02-16Add public property google.auth.credentials.Signing.signer (#110)Jon Wayne Parrott
2016-12-02Add Signing.singer_email (#89)Jon Wayne Parrott
2016-10-18Consolidate service account file loading logic. (#31)Jon Wayne Parrott
2016-10-17Add JWT credentials (#21)Jon Wayne Parrott
2016-10-06Add google.auth.jwt (#7)Jon Wayne Parrott