thielepaul / photoprism-mobile

Flutter App for PhotoPrism
GNU General Public License v3.0
896 stars 70 forks source link

Support servers with plain http authentication #34

Closed guysoft closed 4 years ago

guysoft commented 4 years ago

Hey, jwilder/nginx-proxy to get plain HTTP auth. And I need the app to support that.

This is also listed as a limitation in the README

spaibs commented 4 years ago

Yes, that's something we want to do, but the unsupported authentication in the README was related to PhotoPrism's own internal password protection.

In order to implement plain http auth in the mobile app, following steps need to be done:

guysoft commented 4 years ago

I implemented https auth in a simpler way. I used jwilder/nginx-proxy. explained here. Also gives me https.

spaibs commented 4 years ago

You implemented authentication on the server, right? I have described the necessary steps that we have to program in the mobile app to implement basic auth.

guysoft commented 4 years ago

@spaibs Ah ok, didn't understand that

thielepaul commented 4 years ago

I agree that the app should support this and will have a look at it later today

thielepaul commented 4 years ago

@guysoft can you please check if the newest apk works for you?

thielepaul commented 4 years ago

@guysoft can you please check if this apk works for you?

also feel free to reopen the issue if it is not working for you

guysoft commented 4 years ago

@thielepaul Yes that works!