miniflux / v2

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

Add flag to disable local auth #2649

Open acelinkio opened 1 month ago

acelinkio commented 1 month ago

I would like to request a feature that allows disabling local authentication within the application. My homelab relies on an OIDC identity provider to manage all aspects of authentication, including: Multi-Factor Authentication (MFA) Password complexity requirements Password rotation policies

Removing local authentication support will enhance the security by ensuring that all authentication processes are handled by my OIDC identity provider. This not only streamlines security protocols but also minimizes potential vulnerabilities associated with maintaining multiple authentication mechanisms.