aboutsummaryrefslogtreecommitdiff
path: root/tests/oauth2/test_id_token.py
AgeCommit message (Expand)Author
2021-10-29fix: add fetch_id_token_credentials (#866)arithmetic1728
2021-10-25fix: add clock_skew_in_seconds to verify_token functions (#894)arithmetic1728
2021-07-14fix: fix fetch_id_token credential lookup order to match adc (#748)arithmetic1728
2020-06-29feat: check 'iss' in `verify_oauth2_token` (#500)Bu Sun Kim
2020-04-01feat: add fetch_id_token to support id_token adc (#469)arithmetic1728
2019-10-21chore: blacken (#375)Bu Sun Kim
2017-06-30Make testing style more consistent (#168)Jon Wayne Parrott
2016-11-17Fix ID token verification (#87)Jon Wayne Parrott
2016-11-10Add ID token verification helpers. (#82)Jon Wayne Parrott