Open gerwout opened 2 years ago
Very nice.
It would be great to get this merged and released.
Is there anything needed to get this PR merged?
If everything looks good, please merge this PR asap. We use flask_oidc (1.4.0) with superset which breaks due to this.
This project / repo needs a new owner.
Any idea when this will be merged? @puiterwijk
@ecederstrand sorry for my late response, I overlooked your merge request, but I have merged your changes now as well. Would be nice if this PR can now be merged into master
@puiterwijk This needs a merge ASAP!
@puiterwijk It would be awesome if you could merge this PR :)
@puiterwijk Please can you merge this
We should probably consider this repo unmaintained, fork it and fix it.
@ramizarif @puiterwijk can we have this merged please?
Any chance to see this MR merged?
Still waiting…
Newer versions of Itsdangerous (i.e. 2.1.1) no longer have support for JWT encoding and/or decoding (https://github.com/pallets/itsdangerous/blob/d1c85670cce70d81f9949619434daf8c0b9cd37e/src/itsdangerous/jws.py#L23-L30). This is a breaking change for flask-oidc. This PR replaces the itsdangerous functionality with PyJWT.