Version 2.0.0a7
Pre-release
Pre-release
- 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 passingrevoke=False
). Also introduces a
closing()
context manager method, which will auto-close the auth object
on exit.