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
@@ -22,8 +24,10 @@ individual accounts, or a whole google apps domain.
22
24
23
25
## Installation
24
26
25
-
1.[Install Go](http://golang.org/doc/install)
26
-
2.`$ go get github.com/bitly/google_auth_proxy`. This should put the binary in `$GOROOT/bin`
27
+
1. Download [Prebuilt Binary](https://github.com/bitly/google_auth_proxy/releases) or build from `master` with `$ go get github.com/bitly/google_auth_proxy` which should put the binary in `$GOROOT/bin`
28
+
2. Register an OAuth Application with Google
29
+
3. Configure Google Auth Proxy using config file, command line options, or environment variables
30
+
4. Deploy behind a SSL endpoint (example provided for Nginx)
0 commit comments