We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tokens\Authorization_Code::validate takes an $args parameter, but we a) don't pass any data in, and b) don't do anything with it. 🙃
Tokens\Authorization_Code::validate
$args
Per the spec, we need to validate redirect_uri matched what was passed with the original authorisation request.
redirect_uri
The text was updated successfully, but these errors were encountered:
(Noticed by @tfrommen in #8.)
Sorry, something went wrong.
almirbi
No branches or pull requests
Tokens\Authorization_Code::validate
takes an$args
parameter, but we a) don't pass any data in, and b) don't do anything with it. 🙃Per the spec, we need to validate
redirect_uri
matched what was passed with the original authorisation request.The text was updated successfully, but these errors were encountered: