OAuth? ,OpenID? Neither? Which one should my site support?

前端 未结 8 641
别那么骄傲
别那么骄傲 2020-12-24 02:42

I working on a new website and wanted some advice/feedback on OAuth vs OpenID vs Standard site owned username/password.

相关标签:
8条回答
  • 2020-12-24 03:36

    JanRain lets you accept just about everything. Given that the big players will always want to be providers but not consumers, this may be the only realistic "universal" option.

    0 讨论(0)
  • 2020-12-24 03:37

    There is a new standard, called OpenID Connect in developer preview as of November 2011. It is built on OAuth 2.0 and, as far as I understand it, standardizes the way Facebook does things, which is also built on OAuth 2.0. It looks promising as there is a lot of experience with the Facebook authentication protocol, and it could possibly be the solution that many web developers are looking for. I haven't dived into it yet though so I might be misunderstanding it, but this is how I understand it after reading this blog post about it.

    0 讨论(0)
提交回复
热议问题