Skip to content

Releases: cheshirekow/oauthsub

oauthsub 0.2.0

23 May 19:10
Compare
Choose a tag to compare

This release ports oauthsub from the now deprecated oauth2client to the new oauthlib library. There is no change to functionality, but some of the keys in the config dictionary have changed. See the updated example configuration.

oauthsub 0.1.3

23 May 19:16
Compare
Choose a tag to compare

This release improves python3 compatibility and adds a couple of new features:

  • optional bypass key uses request headers to bypass external auth (for testing and admin de-bork)
  • add support for multiple providers (tested with google and github)
  • can use a custom jinja template to render the login page
  • can use gevent or twisted as the server for production mode