Merge remote branch 'origin/master'

pull/59/head
Michael Jett 2012-02-21 15:09:36 -05:00
commit 7e4e1c9fa9
3 changed files with 15 additions and 0 deletions

Binary file not shown.

Binary file not shown.

View File

@ -1,5 +1,20 @@
Changelog
Updated on 2/21/2012
OAuth2:
* Renamed "Access Code Flow" to "Authorization Code Flow".
* Changed all references to "User" to "Resource Owner".
* Changed final "Response"s to "JSON respones object"s.
* Added initial "Authenticate Resource Owner" step to Authorization Code Flow
Connect:
* Changed final "Response"s to "JSON respones object"s.
Updated on 2/7/2012
OAuth2: