OAuth2: An Informal Beginner's Guide
I am sure that you have given a third-party application permission to access your data on another website or application. So, you have used OAuth2, a popular authorization framework that allows third-party applications to access protected resources without gaining access to the user's credentials. But what exactly is OAuth2, and…