IT Nursery
I am just getting started working with Google API and OAuth2. When the client authorizes my app I am given a “refresh token” and a short lived “access token”....
  • May 28, 2022
  • 0 Comments
According to RFC6750-The OAuth 2.0 Authorization Framework: Bearer Token Usage, the bearer token is: A security token with the property that any party in possession of the token (a...
  • May 24, 2022
  • 0 Comments
Could anyone explain what’s good about OAuth2 and why we should implement it? I ask because I’m a bit confused about it — here’s my current thoughts: OAuth1 (more...
  • May 18, 2022
  • 0 Comments
In very simple terms, can someone explain the difference between OAuth 2 and OAuth 1? Is OAuth 1 obsolete now? Should we be implementing OAuth 2? I don’t see...
  • April 28, 2022
  • 0 Comments