wmo-im / wis2downloader

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

Auth #5

Closed david-i-berry closed 5 months ago

david-i-berry commented 7 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 5 months 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 5 months ago

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