minor spec update / new Net::OpenID::Consumer and ::Server modules

Brad Fitzpatrick brad at danga.com
Tue May 24 22:13:35 PDT 2005


Spec updated here:

    http://www.danga.com/openid/specs.bml

Which adds a openid.mode parameter along with the "openid.is_identity"
request.  The mode is either:

     checkid_immediate
     checkid_setup

See specs for details.

And the optional post_grant has been moved from something you send at
is_identity time to something you send later, tacked onto the
user_setup_url.

Also new:

http://www.danga.com/dist/misc/Net-OpenID-Consumer-0.04.tar.gz

0.04:
        * tons more docs:  in both ClaimedIdentity and VerifiedIdentity

        * Consumer now observes atom/rss/foaf/foafmaker at the same time
          as openid.server, and passes it along to VerifiedIdentity,
          where it's accessible, and VerifiedIdentity knows whether or
          not those urls are under the trusted one or not, and makes them
          differently available to callers

        * bug fixes, doc fixes

        * post_grant moved to user_setup_url, not check_url

        * delayed_return added to check_url

And:

http://www.danga.com/dist/misc/Net-OpenID-Server-0.02.tar.gz

0.02:
        * checkid_immediate vs checkid_setup mode (handle_page can return
          $type of "setup")


Enjoy!

Brad


More information about the yadis mailing list