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
{{ message }}
This repository was archived by the owner on Jan 24, 2019. It is now read-only.
Copy file name to clipboardexpand all lines: README.md
+1-3
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,6 @@
1
1
oauth2_proxy
2
2
=================
3
3
4
-
<small>(This project was renamed from Google Auth Proxy - May 2015)</small>
5
-
6
4
A reverse proxy and static file server that provides authentication using Providers (Google, GitHub, and others)
7
5
to validate accounts by email, domain or group.
8
6
@@ -17,7 +15,7 @@ to validate accounts by email, domain or group.
17
15
18
16
## Installation
19
17
20
-
1. Download [Prebuilt Binary](https://github.com/bitly/oauth2_proxy/releases) (current release is `v2.1`) or build with `$ go get github.com/bitly/oauth2_proxy` which will put the binary in `$GOROOT/bin`
18
+
1. Download [Prebuilt Binary](https://github.com/bitly/oauth2_proxy/releases) (current release is `v2.2`) or build with `$ go get github.com/bitly/oauth2_proxy` which will put the binary in `$GOROOT/bin`
21
19
2. Select a Provider and Register an OAuth Application with a Provider
22
20
3. Configure OAuth2 Proxy using config file, command line options, or environment variables
23
21
4. Configure SSL or Deploy behind a SSL endpoint (example provided for Nginx)
0 commit comments