onaio / superset-patchup

Superset-patchup is a python package that "patches" Superset to add custom functionality that we find to be useful
https://canopyinsights.com
Apache License 2.0
8 stars 7 forks source link

Update to latest version of Superset and OpenLMIS #58

Closed JakubJakubowski8 closed 2 years ago

JakubJakubowski8 commented 3 years ago

The latest version of Superset has the latest Authlib library. This version requires different keys names in Session. I've fixed it (and left the old one, so both the old and new versions of Superset could work). Also in OpenLMIS there was a change in request for receiving token. Now it's POST not GET.