Refinitiv/bottle-oauthlib

Implementation of DynamicClient Registration as per rfc7591

lfdesousa opened this issue · 1 comments

Placeholder to track the work needed for the implementation of:
Dynamic Client Registration: rfc7591
Other than just implementing the POST (to create the record), we also need to evaluate where we will create the remaining methods to administer the records aka crud operations.

The work must be aligned with oauthlib/oauthlib#706 once it has some progress.