fieldOfView / OctoPrint-ngrok

An OctoPrint Plugin that provides remote access using ngrok
GNU Affero General Public License v3.0
15 stars 8 forks source link

{Feature Request] Add options for oauth #36

Open jneilliii opened 4 months ago

jneilliii commented 4 months ago

Ability to set oauth details for the application would be nice.

tunnels:
  example:
    proto: http
    addr: 80
    oauth:
      provider: "google"
      allow_domains: ["example.com", "acme.org"]
      allow_emails: ["kate.libby@gmail.com"]