Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
NateFerrero committed Nov 15, 2013
1 parent a4d2830 commit 10de05b
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions README.md
@@ -1,12 +1,11 @@
pyoauth2: OAuth 2.0 Client and Provider Library
===============================================
oauth2lib
=========

Supported Request Flows
-----------------------
## Python OAuth 2.0 Client and Provider Library

(1) Authorization Code Grant :: OAuth 2 Section 4.1
### Authorization Code Grant :: OAuth 2 Section 4.1

(1A) Authorization Request :: OAuth 2 Section 4.1.1
Authorization Request :: OAuth 2 Section 4.1.1

[For browser apps this happens in the window]
Request: GET /get_authorization_code
Expand All @@ -26,7 +25,7 @@ Supported Request Flows
?error=access_denied
&state={STATE}

(1B) Access Token Request :: OAuth 2 Section 4.1.3
Access Token Request :: OAuth 2 Section 4.1.3

[Server side only]
Request: GET /get_access_token
Expand All @@ -48,4 +47,4 @@ Supported Request Flows
{
"error": "access_denied",
"error_description": "User does not have access to the team."
}
}

0 comments on commit 10de05b

Please sign in to comment.