Releases: mediawiki-utilities/python-mwoauth
Releases · mediawiki-utilities/python-mwoauth
v0.3.0
Implements mwoauth.flask.MWOAuth
-- a flask blueprint builder and a few utility functions.
v0.2.10
Fixes a bug in "ensure_bytes"
v0.2.9
Adds "mwoauth.about" and centralizes version tracking.
Implements "_ensure_bytes" so that clients don't have to do conversions.
v0.2.8
Change authorize to authenticate in OAuth second leg
v0.2.7
Fixes MediaWiki callback pattern.
v0.2.4
Hard codes version of PyJWT==0.2.1 to account for old version of MW OAuth
v0.2.3
Fixed some installation issues.
v0.2.1
- Expanded the documentation within modules
- Fixed py3 issues
- Added examples (including one for requests-oauthlib)
v0.2.0
Changes
- Adds stateless function
- Adds documentation (sphinx)
- Changed "MWOAuth" to "Handshaker"
- Library no longer requires the use of requests_oauthlib (though still a requirement internally)