Closed stanleykylee closed 6 years ago
Sure, this works for me. Thanks!
@puiterwijk @stanleykylee I'm unable to find it in the package from pypi https://pypi.org/project/flask-oidc/. Can you please check and fix it.
@nnkteja , you won't see it in pypi because the version that is in pypi is 1.4.0 from commit 9cc725d in April 2018. The merge with my PR was in Nov 2018 was is after the 1.4.0 release. @puiterwijk will need to cut a new release to include the later commits for it to be in pypi. You can still just install this yourself locally by grabbing the latest code from this repo and using it as a local module.
Thanks @stanleykylee, I want to use this on production server, so I will need a pip package. @puiterwijk can you please release a version with this change.
This PR is to fix #64, please let me know if this is works for you @puiterwijk ?