**New Features**
- New WebCredentials base class with additional functionality
- Added OAuth2 Web Credential
- Updated handling of tokens (x509 and OAuth2)
- More configuration options for token handling added to the client config (optional - will only be used if you add them to config)
**Breaking changes**
login_url is not longer part of the instantiation of the base web credential class.
This will only affect you if you have inherited the base class for your own custom classes in the past.
All other credential classes are refactored and updated to be backwards compliant.
**Full Changelog**: https://github.com/nsahq/pywrapid/compare/v0.2.12...v0.3.0