Lokaler Server über Internet mit Ngrok

Installation

Bash
brew install ngrok/ngrok/ngrok
Bash

Authorization Token speichern

Bash
ngrok config add-authtoken [DEIN_NGROK-TOKEN]
Bash

localhost nach außen mit Google-OAuth Restriction freigeben

Bash
ngrok http http://localhost:3333 --oauth google --oauth-allow-email andre.moerke@gmail.com
Bash

https://ngrok.com