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
Please replace $_POST with $_REQUEST in: https://github.com/opauth/openid/blob/wip/1.0/Strategy.php
$_POST
$_REQUEST
... so that the openid_url can be read from the querystring ($_GET).
$_GET
The text was updated successfully, but these errors were encountered:
you can use #1 (comment) something similar like that
also you can alias strategies, so you can resuse openid with different identities using alias.
Sorry, something went wrong.
@ceeram Where is the documentation for aliasing a strategy?
This works after the fix in #4:
'Strategy' => array( 'Steam' => array( '_name' => 'OpenID', 'openid_url' => 'http://steamcommunity.com/openid' ) )
You can close this issue if you want to.
No branches or pull requests
Please replace
$_POST
with$_REQUEST
in: https://github.com/opauth/openid/blob/wip/1.0/Strategy.php... so that the openid_url can be read from the querystring (
$_GET
).The text was updated successfully, but these errors were encountered: