A reverse proxy that provides authentication with Google, GitHub or other providers.
A reverse proxy and static file server that provides authentication using Providers (Google, GitHub, and others) to validate accounts by email, domain or group.
A reverse proxy and static file server that provides authentication using Providers (Google, GitHub, and others) to validate accounts by email, domain or group.
To install oauth2-proxy, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install oauth2-proxy
To see what files were installed by oauth2-proxy, run:
port contents oauth2-proxy
To later upgrade oauth2-proxy, run:
sudo port selfupdate && sudo port upgrade oauth2-proxy
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.