Skip to content

Commit

Permalink
real HTTP for the example
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronpk committed Feb 5, 2015
1 parent 9bc7797 commit 1a91ef4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion views/developers.erb
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@

<p>At this point you need to verify the code which will also return the domain name of the authenticated user. Make a POST request to indieauth.com/auth with the code and all the original parameters of the request, and you will get back the domain name of the authenticated user.</p>

<p><pre><code>POST https://indieauth.com/auth
<p><pre><code>POST https://indieauth.com/auth HTTP/1.1
Content-Type: application/x-www-form-urlencoded;charset=UTF-8

code=gk7n4opsyuUxhvF4&amp;
redirect_uri=https://example.com/auth&amp;
Expand Down

0 comments on commit 1a91ef4

Please sign in to comment.