Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Elasticsearch Head | 8,220 | 2 years ago | 165 | other | JavaScript | |||||
A web front end for an elastic search cluster | ||||||||||
Oauth2 Proxy | 7,875 | 3 | 18 hours ago | 15 | February 15, 2022 | 139 | mit | Go | ||
A reverse proxy that provides authentication with Google, Azure, OpenID Connect and many more identity providers. | ||||||||||
Authentik | 5,199 | 4 | 10 hours ago | 347 | November 21, 2023 | 505 | other | Python | ||
The authentication glue you need. | ||||||||||
Vouch Proxy | 2,494 | 24 days ago | 160 | January 21, 2023 | 62 | mit | Go | |||
an SSO and OAuth / OIDC login solution for Nginx using the auth_request module | ||||||||||
Gohttpserver | 2,223 | 2 months ago | 13 | April 06, 2021 | 100 | mit | JavaScript | |||
The best HTTP Static File Server, write with golang+vue | ||||||||||
Docker Jetbrains License Server | 1,299 | 3 months ago | 2 | mit | Dockerfile | |||||
JetBrains License Server Docker image | ||||||||||
Microsocks | 1,155 | 3 months ago | 1 | September 15, 2021 | 20 | other | C | |||
tiny, portable SOCKS5 server with very moderate resource usage | ||||||||||
Dragonproxy | 996 | 3 years ago | 25 | gpl-3.0 | Java | |||||
🐲 A proxy to allow Minecraft: Bedrock clients to connect to Minecraft: Java Edition servers. | ||||||||||
Auth | 837 | 1 | 9 | 6 days ago | 68 | August 20, 2023 | 11 | mit | Go | |
Authenticator via oauth2, direct, email and telegram | ||||||||||
Proxy Chain | 724 | 28 | 41 | a month ago | 130 | November 02, 2023 | 21 | apache-2.0 | JavaScript | |
Node.js implementation of a proxy server (think Squid) with support for SSL, authentication and upstream proxy chaining. |
A reverse proxy and static file server that provides authentication using Providers (Google, Keycloak, GitHub and others) to validate accounts by email, domain or group.
Note: This repository was forked from bitly/OAuth2_Proxy on 27/11/2018. Versions v3.0.0 and up are from this fork and will have diverged from any changes in the original fork. A list of changes can be seen in the CHANGELOG.
Note: This project was formerly hosted as pusher/oauth2_proxy
but has been renamed as of 29/03/2020 to oauth2-proxy/oauth2-proxy
.
Going forward, all images shall be available at quay.io/oauth2-proxy/oauth2-proxy
and binaries will be named oauth2-proxy
.
Choose how to deploy:
a. Using a Prebuilt Binary (current release is v7.5.1
)
b. Using Go to install the latest release
$ go install github.com/oauth2-proxy/oauth2-proxy/v7@latest
# which will put the binary in `$GOROOT/bin`
c. Using a Prebuilt Docker Image (AMD64, PPC64LE, ARMv6, ARMv7, and ARM64 available)
d. Using a Pre-Release Nightly Docker Image (AMD64, PPC64LE, ARMv6, ARMv7, and ARM64 available)
e. Using the official Kubernetes manifest (Helm)
Prebuilt binaries can be validated by extracting the file and verifying it against the sha256sum.txt
checksum file provided for each release starting with version v3.0.0
.
sha256sum -c sha256sum.txt 2>&1 | grep OK
oauth2-proxy-x.y.z.linux-amd64: OK
Select a Provider and Register an OAuth Application with a Provider
Configure OAuth2 Proxy using config file, command line options, or environment variables
Configure SSL or Deploy behind a SSL endpoint (example provided for Nginx)
If you are running a version older than v6.0.0 we strongly recommend you please update to a current version. See open redirect vulnerability for details.
Read the docs on our Docs site.
If you would like to reach out to the maintainers, come talk to us in the #oauth2-proxy
channel in the Gophers slack.
Please see our Contributing guidelines. For releasing see our release creation guide.