summaryrefslogtreecommitdiff
path: root/AUTHORS
diff options
context:
space:
mode:
authorTom Evans <tevans@mintel.com>2021-02-01 13:44:19 +0000
committerAsif Saif Uddin <auvipy@gmail.com>2021-02-12 11:31:48 +0600
commit89162b8a7a911f094674d0a77199ae226b71a656 (patch)
tree8ec5c33f35aa4f1e6183d9c199900197a48789c0 /AUTHORS
parent637c8945f2ba1481927478db7d1fa09de43c265b (diff)
downloadoauthlib-89162b8a7a911f094674d0a77199ae226b71a656.tar.gz
Use request.nonce when generating hybrid id token
Like with the implicit grant, we need to override add_id_token to pass the nonce from the current request to GrantBase.add_id_token in order for the ID token to have the correct nonce. Add test that the nonce is in ID token from hybrid OIDC flow. Fixes: #746
Diffstat (limited to 'AUTHORS')
-rw-r--r--AUTHORS1
1 files changed, 1 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
index f52ce9a..bbffe14 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -29,3 +29,4 @@ Brendan McCollam
Jonathan Huot
Pieter Ennes
Olaf Conradi
+Tom Evans