Is there an OpenID 2.0 plugin for Symfony?

后端 未结 3 1672
南旧
南旧 2021-02-08 15:42

I am using sfOpenID plugin for Symfony, which doesn\'t support OpenID 2.0. That means, for example, that people using Yahoo! OpenID can\'t login to my site.

There is an

3条回答
  •  無奈伤痛
    2021-02-08 16:08

    i had ( and i'm still having ) the same problem. Firstly there isn't any php5 openid library that is feature complete. The only one was abandoned for the one shipped with Zend Framework.

    So you either write your own ( don't recomend , lot of work ), or use the one from Zend ( that is what i Use).

    The problem is that it is heavily embeded into Zend and requires lots of ZF stuff.

    Maybe i will publish a plugin similar to taOpenIDsfGuardPlugin but for use withouth sfGuard, because it's often asked for ( and i will need it for my future projects ;))

提交回复
热议问题