Skip to content
New issue

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

[wip/1.0] Replace $_POST with $_REQUEST #2

Open
glen-84 opened this issue Oct 15, 2013 · 3 comments
Open

[wip/1.0] Replace $_POST with $_REQUEST #2

glen-84 opened this issue Oct 15, 2013 · 3 comments

Comments

@glen-84
Copy link

glen-84 commented Oct 15, 2013

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).

@ceeram
Copy link
Member

ceeram commented Oct 15, 2013

you can use #1 (comment) something similar like that

also you can alias strategies, so you can resuse openid with different identities using alias.

@glen-84
Copy link
Author

glen-84 commented Oct 15, 2013

@ceeram Where is the documentation for aliasing a strategy?

@glen-84
Copy link
Author

glen-84 commented Oct 19, 2013

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants