Azure-Samples / ms-identity-python-webapp

A Python web application calling Microsoft graph that is secured using the Microsoft identity platform
MIT License
291 stars 138 forks source link

Web app sample #1

Closed abhidnya13 closed 4 years ago

jmprieur commented 4 years ago

@abhidnya13 @rayluo : when will this PR be merged?

abhidnya13 commented 4 years ago

Thanks Ray for catching the global instances of app.The refactored code with the helper looks good. I also think that we should have the config.py for configuring flask session which was deleted in the recent commit. It will help the customer set up their own Flask backend with ease and add any more settings they want to. I think we will have to make changes to quickstart.md file on docs and readme.md for this app to explain the new way the app is configured.