Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin1024 committed Oct 19, 2013
1 parent c454f67 commit 88fd8f6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ individual accounts.
------- ------------------- ----------
||
\/
[google oauth2 api]
[oauth2 api]
```


Expand Down Expand Up @@ -60,7 +60,7 @@ Usage of ./gooauth_proxy:
## Example Configuration

This example has a [Nginx](http://nginx.org/) SSL endpoint proxying to `oauth_proxy` on port `4180`.
`google_auth_proxy` then authenticates requests for an upstream application running on port `8080`. The external
`oauth_proxy` then authenticates requests for an upstream application running on port `8080`. The external
endpoint for this example would be `https://internal.yourcompany.com/`.

An example Nginx config follows. Note the use of `Strict-Transport-Security` header to pin requests to SSL
Expand Down Expand Up @@ -94,7 +94,7 @@ An example commandline that works with github is:

## Environment variables

The environment variables `google_auth_client_id`, `google_auth_secret` and `google_auth_cookie_secret` can be used in place of the corresponding command-line arguments.
The environment variables `client_id`, `client_secret` and `cookie_secret` can be used in place of the corresponding command-line arguments.

## Endpoint Documentation

Expand Down

0 comments on commit 88fd8f6

Please sign in to comment.