puiterwijk / flask-oidc

OpenID Connect support for Flask
BSD 2-Clause "Simplified" License
154 stars 217 forks source link

Fixes #68 -- added salts to the signers #69

Closed alex closed 5 years ago

alex commented 5 years ago

The Python 2.6 tests appear to be failing because the rsa package now requires a 2.7+ syntax (set literals). Is there a preference for how to solve this?

puiterwijk commented 5 years ago

Thanks!