InterviewSolution
Saved Bookmarks
| 1. |
Explain OAuth. |
|
Answer» Generally speaking, OAuth (OPEN Authorization Protocol) ENABLES users to authenticate themselves with third-party service providers. With this protocol, you can ACCESS CLIENT applications on HTTP for third-party providers such as GitHub, Facebook, etc. Using it, you can also share resources on one site with another site without requiring their credentials. |
|