v1.3.0
What's Changed
- Fix token expiration leeway which was reversed (fixes #22) by @amacleay-cohere in #23
- implement expiration leeway in Bearer Token based auth handlers, #18 by @guillp in #20
- switch to
pytest-freezer
by @guillp in #21 - add
OAuth2ResourceOwnerPasswordAuth
for #19 by @guillp in #24 - use
pyupgrade
and various housekeeping changes by @guillp in #25
New Contributors
- @amacleay-cohere who noticed and fixed the expiration leeway bug. Thanks Andrew!
Full Changelog: v1.2.0...v1.3.0