We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ce4fbe commit 8d330ffCopy full SHA for 8d330ff
README.md
@@ -5,5 +5,6 @@ This is a modified version of [LightOpenId by mewp on Gitorious](https://gitorio
5
$openid = new LightOpenId('localhost'); // replace with your host
6
$openid->version = 2;
7
$openid->server = 'https://www.google.com/a/YOURDOMAIN.com/o8/ud?be=o8';
8
+ $openid->identity = 'http://specs.openid.net/auth/2.0/identifier_select';
9
10
For more usage examples, see `example.php` and `example-google.php`.
0 commit comments