Quote of the Day

more Quotes

Categories

Buy me a coffee

  • Home>
  • Authorization Code Grant
Tag Archives for " Authorization Code Grant "

OAuth2 – Authorization Code Grant

Published May 19, 2018 in OAuth2 , security - 0 Comments

OAuth2 has become the de facto in modern web application security.  If you are a front end, back end or mobile developer, chances are you have had to consume or secure  protected resources with OAuth2. As such, having a good understanding of OAuth2 is invaluable. When implementing or using OAuth2 in your application, you typically face with four different grant types. Knowing the differences between the four grant types and which one to use can be quiet confusing. In this blog post series, I go over the different grant types by providing examples. This post is part of the series about OAuth2. In this post,  I’ll cover the Authorization Code Grant and when it is appropriate to use it.

If you are not familiar with the jargons, this post may help.

Continue reading