Skip to content
This repository has been archived by the owner on Jan 21, 2020. It is now read-only.

Commit

Permalink
Merge remote-tracking branch 'origin/pr/59' into develop
Browse files Browse the repository at this point in the history
Forward port #59
  • Loading branch information
weierophinney committed Jun 4, 2015
2 parents 39ac083 + 8a42c60 commit 3fe873b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/zf-oauth2.md
Expand Up @@ -233,7 +233,7 @@ an Authorization code. This code must be used to request an OAuth2 token; the
following HTTPie command provides an example of how to do that:

```bash
http --auth testclient:testpass -f POST http://<URL of your ZF2 app>/oauth grant_type=authorization_code&code=YOUR_CODE&redirect_uri=/oauth/receivecode
http --auth testclient:testpass -f POST http://<URL of your ZF2 app>/oauth grant_type=authorization_code code=YOUR_CODE redirect_uri=/oauth/receivecode
```

In client-side scenarios (i.e mobile) where you cannot store the Client
Expand Down

0 comments on commit 3fe873b

Please sign in to comment.