English 中文(简体)
oauth vs authsub
原标题:

why do we need authsub when we have oauth?

最佳回答

You don t. OAuth is newer. It didn t exist when AuthSub was developed. Google still supports AuthSub, however.

问题回答

Google uses AuthSub as well as OAuth. But OAuth is used by many web service providers like Amazon, Facebook, Twitter, etc.

You can find more about OAuth : http://hueniverse.com/oauth/

http://www.socialtechnologyreview.com/articles/oauth-pros-and-cons-oauth





相关问题
ajax login using httpRequest?

I am trying to develop my login script to give feedback to the user if the login is valid or not. Basically if it isn t correct a div box will show saying its wrong, if its correct it will show its ...

Remotely authenticating client Windows user on demand

Suppose I am writing a server for a particular network protocol. If I know that the client is running on a Windows machine, is it possible for my server to authenticate the Windows user that owns the ...

Role/Permission based forms authorizing/authentication?

While looking into forms authorizing/authentication, I found that it is possible to do role based authorizing by adding an array of roles to a FormsAuthenticationTicket. That way I can write User....

热门标签