miniflux / v2

Minimalist and opinionated feed reader
https://miniflux.app
Apache License 2.0
6.99k stars 727 forks source link

Unable to add passkey #2906

Closed pro-sumer closed 4 weeks ago

pro-sumer commented 4 weeks ago

Just discovered Miniflux. Love it!

I want to use (multiple) passkeys to secure my Miniflux account, but I don't know how to add them.

I have followed up the instructions on https://miniflux.app/docs/howto.html#webauthn. Both BASE_URL (the base URL for my instance?) and WEBAUTHN (tried 1 and true) have been set. I'm not sure about the base URL though, because it's not clear to me what "appropriate" means in the documentation? (I suppose the thing I tried).

Having done that I don't see an option to add passkeys or WebAuthN entries anywhere. The documentation doesn't mention that part either. Where should I look?

minchik commented 4 weeks ago

I was trying to enable passkeys on version 2.2.1 (I didn't try to enable it before), but I constantly get a 401 error. I have attempted to register it multiple times for my account, but with no luck.

pro-sumer commented 4 weeks ago

@fguillot Thank you for fixing this so fast! Do you plan to release this as "latest" sometime soon?

PS: I did not see the "Register passkey" button (which can be found on the Settings page) because I made a stupid mistake: I added the WEBAUTHN entry to the miniflux database service instead of miniflux itself in my Docker Compose file... 🤦