The fastest way to put anything on the internet. Install the devgate agent for macOS and get a public URL in under a minute.
$ brew install dmitryhawk/devgate/devgate
$ curl -fsSL devgate.online/install.sh | sh
$ install -m0755 ~/Downloads/devgate-darwin-arm64 /usr/local/bin/devgate
$ devgate config add-authtoken <YOUR_AUTHTOKEN>
$ devgate http 80
$ devgate http 80 --oauth=google
$ devgate http 80 --verify-webhook=stripe --verify-webhook-secret=$SECRET
$ devgate http 80 --oidc=https://sso.acme.com
$ devgate http 80 --basic-auth="demo:s3cret"