You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ individual accounts.
14
14
------- ------------------- ----------
15
15
||
16
16
\/
17
-
[google oauth2 api]
17
+
[oauth2 api]
18
18
```
19
19
20
20
@@ -60,7 +60,7 @@ Usage of ./gooauth_proxy:
60
60
## Example Configuration
61
61
62
62
This example has a [Nginx](http://nginx.org/) SSL endpoint proxying to `oauth_proxy` on port `4180`.
63
-
`google_auth_proxy` then authenticates requests for an upstream application running on port `8080`. The external
63
+
`oauth_proxy` then authenticates requests for an upstream application running on port `8080`. The external
64
64
endpoint for this example would be `https://internal.yourcompany.com/`.
65
65
66
66
An example Nginx config follows. Note the use of `Strict-Transport-Security` header to pin requests to SSL
@@ -94,7 +94,7 @@ An example commandline that works with github is:
94
94
95
95
## Environment variables
96
96
97
-
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.
97
+
The environment variables `client_id`, `client_secret` and `cookie_secret` can be used in place of the corresponding command-line arguments.
0 commit comments