relvacode / storm

A Modern Deluge Interface
MIT License
135 stars 11 forks source link

Option to enable API authentication through basic API key #14

Closed relvacode closed 2 years ago

relvacode commented 2 years ago

Add the option --api-key with environment variable STORM_API_KEY to require authentication to the Storm API.

Additionally, prompt for a password in the UI when a request is rejected due to being unauthorized.

Resolves #10