Basic service accounts
This release is identical to 1.0.0. It's bumped up by one minor version because I wanted to test the Github publish workflow action.
Features
- Added basic service account functionality.
Backward incompatible changes
- Removed all abstract classes for auth managers because they weren't serving any meaningful purpose. This shouldn't impact your code unless you were directly importing the abstract classes.
- Removed `aiogoogle.auth.managers.OpenIDConnectManager.build_user_creds_jwt_grant` because it was being used incorrectly. It should've been used for service accounts and not user accounts.
- Removed redundant/unused `verify` attribute/kwarg from OAuth2Manager's `__init__` method.