-
-
Notifications
You must be signed in to change notification settings - Fork 493
Open
Labels
BreakingBreaking change, to go in the next major release.Breaking change, to go in the next major release.DiscussionDocumentationTodo
Description
Hi,
thank you for this great library.
I implemented the request validator as described in the documentation, but I get this exception after executing the authenticate_client method:
Authenticate client must set the request.client.client_id attribute in authenticate_client.
Is there a difference between request.client_id and request.client.client_id? I think the line of code should be
if not hasattr(request, 'client_id'):
Metadata
Metadata
Assignees
Labels
BreakingBreaking change, to go in the next major release.Breaking change, to go in the next major release.DiscussionDocumentationTodo