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

Workaround for abandoned upstream project flask-session #21

Closed rayluo closed 4 years ago

rayluo commented 4 years ago

Inspired by the conversation happened in #16, especially from @frost199 and @Alshafei2430, and then @filak, this is a reusable workaround to fix #16. The actual workaround is hosted here.

How to use/test

  1. pip uninstall flask-session # This step is only needed when/if an end user started from our old version. New user would not need this.
  2. Download the new sample and then setup as usual pip install -r requirements.txt
  3. Enjoy