Skip to content

Releases: mediawiki-utilities/python-mwoauth

v0.3.0

11 Feb 22:14
Compare
Choose a tag to compare

Implements mwoauth.flask.MWOAuth -- a flask blueprint builder and a few utility functions.

v0.2.10

11 Feb 21:45
Compare
Choose a tag to compare

Fixes a bug in "ensure_bytes"

v0.2.9

11 Feb 21:44
Compare
Choose a tag to compare

Adds "mwoauth.about" and centralizes version tracking.
Implements "_ensure_bytes" so that clients don't have to do conversions.

v0.2.8

11 Feb 21:44
Compare
Choose a tag to compare

Change authorize to authenticate in OAuth second leg

v0.2.7

11 Feb 21:43
Compare
Choose a tag to compare

Fixes MediaWiki callback pattern.

v0.2.5

11 Feb 21:42
Compare
Choose a tag to compare

Removes VERSION file

v0.2.4

11 Feb 21:41
Compare
Choose a tag to compare

Hard codes version of PyJWT==0.2.1 to account for old version of MW OAuth

v0.2.3

11 Feb 21:37
Compare
Choose a tag to compare

Fixed some installation issues.

v0.2.1

03 Jun 01:32
Compare
Choose a tag to compare
  • Expanded the documentation within modules
  • Fixed py3 issues
  • Added examples (including one for requests-oauthlib)

v0.2.0

16 May 23:05
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release

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)