lingthio / Flask-User

Customizable User Authorization & User Management: Register, Confirm, Login, Change username/password, Forgot password and more.
http://flask-user.readthedocs.io/
MIT License
1.06k stars 292 forks source link

how to integrate application.py file #319

Open Rahulsunny11 opened 4 years ago

Rahulsunny11 commented 4 years ago

Hi,

I built an application for my company using dash, it has multiple pages and all pages are in application.py file. Now I am supposed to authenticate my app. I need help on integrating application.py file \

thanks