-
Notifications
You must be signed in to change notification settings - Fork 25
Conversation
sounds great Roland, can you fix the conflict in src/oidcop/oauth2/device_authorization.py? We should improve this before merge: #54 overall, this PR looks awesome, ready for merge but: conflicts first. |
I think that's ready to be merged, @nsklikas do you agree? |
@rohe maybe some unit tests and usage examples can be done if you agree :) |
return request | ||
|
||
|
||
def token_args(endpoint_context, client_id, token_args: Optional[dict] = None): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
token_args is at the same time the name of the function and the name of an argument.
We should avoid naming collision, do you agree?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yep!
Included in #65 |
Worked through the DPoP support.
OAuth 2.0 Demonstrating Proof-of-Possession at the Application Layer (DPoP)
draft-ietf-oauth-dpop-03