-
-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Secure Settings interface against malicious users when exposing BirdNET-Go to internet #301
Labels
enhancement
New feature or request
Comments
petterip
added a commit
to petterip/birdnet-go
that referenced
this issue
Nov 4, 2024
petterip
added a commit
to petterip/birdnet-go
that referenced
this issue
Nov 4, 2024
petterip
added a commit
to petterip/birdnet-go
that referenced
this issue
Nov 4, 2024
petterip
added a commit
to petterip/birdnet-go
that referenced
this issue
Nov 4, 2024
petterip
added a commit
to petterip/birdnet-go
that referenced
this issue
Nov 4, 2024
petterip
added a commit
to petterip/birdnet-go
that referenced
this issue
Nov 4, 2024
petterip
added a commit
to petterip/birdnet-go
that referenced
this issue
Nov 4, 2024
petterip
added a commit
to petterip/birdnet-go
that referenced
this issue
Nov 4, 2024
petterip
added a commit
to petterip/birdnet-go
that referenced
this issue
Nov 4, 2024
petterip
added a commit
to petterip/birdnet-go
that referenced
this issue
Nov 4, 2024
petterip
added a commit
to petterip/birdnet-go
that referenced
this issue
Nov 4, 2024
tphakala
added a commit
that referenced
this issue
Nov 8, 2024
Implement OAuth2 authentication (for issue #301)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The Settings UI contains some sensitive information, including potential user home locations (geo coordinates) and various tokens such as BirdWeather and OpenWeather. The settings interface should be hidden or secured from Internet users if the BirdNET-Go interface has been exposed to the Internet.
Potential implementation methods could include:
Alternative methods for detecting Internet-originated requests could include:
Problems with password authentication:
Passwords should be protected against eavesdropping by implementing a TLS-secured connection, but this requires public CA-signed certificates, which could become complex. BirdNET-Go supports Echo framework's auto TLS, but it requires the use of an Internet-registered domain.
The text was updated successfully, but these errors were encountered: