Dash Authetification

I realised that Flask-Login package is currently the best way to implement authentification , but you run into issues with integration and testing taking this route.

I already build a multipage app with dash and I don’t want to change My code to build a login page with
flask …
is there another way to build a login page with python ?

please if you have any idea or a code that can help , I will be grateful ! :white_heart: