OAuth is an open standard for authorizing access to data. It is a service that is complementary to, but distinct from, OpenID.
1
vote
1answer
33 views
Does providing OAuth for mobile apps pose a security threat?
Let's take a look at the basic OAuth workflow:
The basic idea is that the Consumer (App) asks the user to grant him access to the Service Provider. The service protects the user by asking him each ...