How can I add session manager for my dash app?

How can I add a session manager for the Dash app with the MySQL server?
I got one package for session manager namely (pip install dash-access-manager) but It is generating session for MongoDB but I want it in MySQL server.

I have used the dash_auth module for sign in but this doesn’t satisfy my need for a session of each user.

Any help would be appreciated and thanks in advance.

I followed this tutorial and it worked well for me:

Here’s a couple of extra resources:

https://towardsdatascience.com/embed-multiple-dash-apps-in-flask-with-microsoft-authenticatio-44b734f74532