Skip to content

Commit

Permalink
Adding note about authentication
Browse files Browse the repository at this point in the history
  • Loading branch information
GladeDiviney committed Mar 28, 2016
1 parent 6026178 commit 873e49d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,10 @@ webapp2_extras.sessions:
secret_key: <SOME LONG RANDOM THING>
```

### Running locally

When authenticating locally, Github will redirect you to the registered
(public) URL. To complete the authentication process, replace the URL in your web client
with the local url, for example replace `http://whatever.appspot.com/auth/github?code=f0...ef&state=90..dd`
with `localhost:8080/auth/github?code=f0...ef&state=90..dd`.

0 comments on commit 873e49d

Please sign in to comment.