mher / flower

Real-time monitor and web admin for Celery distributed task queue
https://flower.readthedocs.io
Other
6.5k stars 1.09k forks source link

feat: Add suport for Authelia as authorization server #1393

Open m4rc3l-h3 opened 3 months ago

m4rc3l-h3 commented 3 months ago

AutheliaLoginHandler was added based on OktaLoginHandler. As both login handlers only differ slightly in endpoints, a common base class was added from which both login handlers are derived. In addition, the documentation was updated to include a section on how to configure flower to use Authelia.