wmo-im / wis2downloader

The backend Python package for downloading real-time data from the WIS2 network.
Apache License 2.0
0 stars 0 forks source link

Auth #5

Closed david-i-berry closed 1 month ago

david-i-berry commented 3 months ago

Basic auth (at a minimum) needs to be added. Currently anyone with access to the URL of the app can modify subscriptions.

maaikelimper commented 1 month ago

the auth does not necessarily need to be part of wis2-downloader, wis2-downloader can be used behind a proxy taking care of authenticating the auth requests

david-i-berry commented 1 month ago

Closing, as per comment from @maaikelimper the auth will be handled by the proxy.