[Feature] Support basic auth in server endpoint URL #3204
Replies: 7 comments 4 replies
-
I agree. Would be nice. Basic auth is a simple extra security layer. |
Beta Was this translation helpful? Give feedback.
-
This would be great to have! |
Beta Was this translation helpful? Give feedback.
-
I have the same need, it would be great if the author could add it |
Beta Was this translation helpful? Give feedback.
-
I'd like this too. I'll have a go at adding it to the mobile apps. |
Beta Was this translation helpful? Give feedback.
-
+1 for this feature, I have the same setup |
Beta Was this translation helpful? Give feedback.
-
Any problems with this are now tracked in #15230 |
Beta Was this translation helpful? Give feedback.
-
The feature
I run all services behind a reverse proxy that adds SSL and basic auth, using https://github.com/SteveLTN/https-portal
This way I have to worry much less about security issues, compared to when services are directly exposed.
Providing basic auth credentials using
https://username:password@my.immich.tld/api
doesn't seem to work, there is a popup visible for a short moment with a 401 error. Without basic auth the connection works fine (via https through the reverse proxy).I do not want to provide the immich user credentials within the URL, but additional basic auth credentials to prevent any unauthenticated access to the API endpoint.
Platform
Beta Was this translation helpful? Give feedback.
All reactions