Skip to content

Version 2.0.0a7

Pre-release
Pre-release
Compare
Choose a tag to compare
@jmoldow jmoldow released this 23 Aug 19:56
  • Auth objects can now be closed, which prevents them from being used to
    request new tokens. This will also revoke any existing tokens (though that
    feature can be disabled by passing revoke=False). Also introduces a
    closing() context manager method, which will auto-close the auth object
    on exit.