Does it make sense to implement OAuth for a 2 party system?
Posted
by
nbv4
on Programmers
See other posts from Programmers
or by nbv4
Published on 2013-01-29T22:05:53Z
Indexed on
2014/05/28
10:04 UTC
Read the original article
Hit count: 247
oauth
I'm under the impression that OAuth is for authentication between three parties. Does it make sense to implement OAuth in a context where there is just a client and server.
We have a server, and a client (HTML/javascript). Currently we authenticate via the normal "post credentials to server, get a cookie, use cookie to authenticate all subsequent requests" method. Will implementing OAuth be a benefit in this situation?
© Programmers or respective owner