Skip to content

Commit 061639b

Browse files
committed
merge
1 parent 72409d9 commit 061639b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/idpyoidc/server/oauth2/add_on/dpop.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ def userinfo_post_parse_request(request, client_id, context, auth_info, **kwargs
137137
"""
138138
Expect http_info attribute in kwargs. http_info should be a dictionary
139139
containing HTTP information.
140-
This function is ment for DPoP-protected resources.
140+
This function is meant for DPoP-protected resources.
141141
142142
:param request:
143143
:param client_id:

tests/private/token_jwks.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"keys": [{"kty": "oct", "use": "enc", "kid": "code", "k": "vSHDkLBHhDStkR0NWu8519rmV5zmnm5_"}, {"kty": "oct", "use": "enc", "kid": "refresh", "k": "lcT5FYE6drxGdP2PfTG39um2QUXPYKVp"}]}
1+
{"keys": [{"kty": "oct", "use": "enc", "kid": "code", "k": "vSHDkLBHhDStkR0NWu8519rmV5zmnm5_"}, {"kty": "oct", "use": "enc", "kid": "refresh", "k": "vrjoMrmgK8SmJJPc318zTxqG_tvBqF5l"}]}

0 commit comments

Comments
 (0)