Re: [Zope-dev] [Checkins] SVN: zope.app.openidconsumer/ New library for OpenID auth in Zope 3
2009/2/24 Shane Hathaway <shane@hathawaymix.org>:
Log message for revision 97183: New library for OpenID auth in Zope 3
Changed: A zope.app.openidconsumer/
Wow, that's great! Finally an OpenID auth plugin is being developed! Thank you :) I thought about publishing this myself many times, but now, as you are doing that, I'll be happy to help developing and testing this package. -- WBR, Dan Korostelev
Dan Korostelev wrote:
2009/2/24 Shane Hathaway <shane@hathawaymix.org>:
Log message for revision 97183: New library for OpenID auth in Zope 3
Changed: A zope.app.openidconsumer/
Wow, that's great! Finally an OpenID auth plugin is being developed! Thank you :) I thought about publishing this myself many times, but now, as you are doing that, I'll be happy to help developing and testing this package.
Thanks, though I should warn you that it's not at all ready to try out yet. I imagine it has broken imports and the like. I'll let you and the zope-dev list know when it's in a testable state. BTW, this is what I'm getting paid to do at the moment. :-) Shane
Previously Dan Korostelev wrote:
2009/2/24 Shane Hathaway <shane@hathawaymix.org>:
Log message for revision 97183: New library for OpenID auth in Zope 3
Changed: A zope.app.openidconsumer/
Wow, that's great! Finally an OpenID auth plugin is being developed!
plone.openid has been out since August 2007, so it's hardly the first OpenID auth implementation for Zope.. Wichert. -- Wichert Akkerman <wichert@wiggy.net> It is simple to make things. http://www.wiggy.net/ It is hard to make things simple.
Wow, that's great! Finally an OpenID auth plugin is being developed!
plone.openid has been out since August 2007, so it's hardly the first OpenID auth implementation for Zope..
Well, yeah, but plone.openid uses Zope2 and Plone PAS while this is a "pure zope3" solution. However I'd like to see parts that are neither zmi-specific nor plone-specific to be refactored to a separate package. The ZopeStore from plone.openid, for example :-) -- WBR, Dan Korostelev
participants (3)
-
Dan Korostelev -
Shane Hathaway -
Wichert Akkerman