Hi,
I'm following your code examples to set up authentication on my website. The redirect works fine and I'm receiving a token back, but the next call into the library throws an error:
{
"code":null,
"code_name":"OAuthClientViewForbidden",
"detail":"You do not have permission to view OAuth Client with id <my_id>",
"id":"<my_id>",
"status":"403",
"title":"You do not have permission to view this OAuth Client."
}
Is this library perhaps out of date with the server? Should I create a new client with version 1 instead of version 2?
Thank you!