Code Monkey home page Code Monkey logo

Comments (6)

GoogleCodeExporter avatar GoogleCodeExporter commented on August 30, 2024
It works for me. I've set my full name to "ščťžýáň" at myopenid.com, 
then tried to get that attribute and succeeded at it.

Please provide more information.

Original comment by [email protected] on 11 Sep 2011 at 1:57

from lightopenid.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 30, 2024
Libopenid version - 0.5
I tried to login to example.php
with 
            $openid->required = array(
                'namePerson/friendly',
                'contact/email',
                'namePerson',
                'person/gender',
                'contact/country/home',
                'pref/language',
                'pref/timezone',
                );
if I comment out any item, validation works.

The problem may be(and probably is) on the myopenid.com

Original comment by [email protected] on 12 Sep 2011 at 2:18

from lightopenid.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 30, 2024
Like I said, I have tested it with myopenid and it works.

However, you said any item? That is, the following two examples work?

 $openid->required = array(
                'namePerson/friendly',
                'contact/email',
                'namePerson',
//              'person/gender',
                'contact/country/home',
                'pref/language',
                'pref/timezone',
                );

 $openid->required = array(
                'namePerson/friendly',
                'contact/email',
                'namePerson',
                'person/gender',
//              'contact/country/home',
                'pref/language',
                'pref/timezone',
                );

If that's the case, it seems rather strange.

Original comment by [email protected] on 12 Sep 2011 at 3:00

from lightopenid.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 30, 2024
[deleted comment]

from lightopenid.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 30, 2024
both work for me.
if no item is comented out, it fails.
I'm using this account for testing
test47.myopenid.com pass:test47

Original comment by [email protected] on 12 Sep 2011 at 3:08

from lightopenid.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 30, 2024
After testing, it seems that myopenid sometimes sends improperly encoded data. 
Not much I can do about it, though.

Explanation how this happens:
myopenid tries to follow a suggestion in the spec that large requests should be 
sent as POST. However, in order to make a POST request from the users' browser, 
it makes a form that automatically submits itself, and this form improperly 
encodes the sent data.

So, it's a bug in myopenid. Thanks for reporting it anyway.

Original comment by [email protected] on 15 Sep 2011 at 8:30

  • Changed state: Invalid

from lightopenid.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.