v1.1.2
What's Changed
This update provides some internal changes, namely around trying to tighten things up against the OpenID 2.0 spec as well as better practises. No outward API changes are made and so users of this package should be able to upgrade without issue.
- Drop regex usage & remove
reimport. - Added stricter validation for OpenID fields & to better follow the OpenID 2.0 spec.
- Added a default timeout for
urllib.request.urlopenand defaulted to 15 seconds. This can be controlled by setting the env varSSI_OPENID_TIMEOUT. - General documentation improvements.
- Bump to v
1.1.2.
#15
Full Changelog: v1.1.1...v1.1.2