Basic - 3 inconsistent use of OAuth grant names

Issue #60 resolved
Former user created an issue

The grant types defined by OAuth 2 are "implicit" and "authorization code". The "Protocol Flows" section seems to use the term "flow" interchangeably with "grant": "implicit grant flow" and "authorization code flow". For consistency, it should say either:

"implicit grant flow" and "authorization code grant flow"

or

"implicit flow" and "authorization code flow"

(preferably the latter)

Comments (2)

  1. Log in to comment