Tag: OAuth 2.0 framework

  • How does OAuth 2.0 work?

    Let’s say you have created an API. You want to protect it. There are so many ways to do so. And one of the most efficient way to do is to protect it using OAuth 2.0. As oauth0.com explains: OAuth 2.0 is a protocol that allows a user to grant limited access to their resources on…