Releases: googleapis/google-auth-library-python
Releases · googleapis/google-auth-library-python
v0.3.1
v0.3.0
- Added Google ID token verification helpers. (#82)
- Swapped the
targetandrequestargument order forgrpc.secure_authorized_channel. (#81) - Added a user's guide. (#79)
- Made
service_account_emaila public property on several credential classes. (#76) - Added a
scopeargument togoogle.auth.default. (#75) - Added support for the
GCLOUD_PROJECTenvironment variable. (#73)
v0.2.0
v0.1.0
First release with core functionality available. This version is ready for
initial usage and testing.
- Added
google.auth.credentials, public interfaces for Credential types. (#8) - Added
google.oauth2.credentials, credentials that use OAuth 2.0 access and refresh tokens (#24) - Added
google.oauth2.service_account, credentials that use Service Account private keys to obtain OAuth 2.0 access tokens. (#25) - Added
google.auth.compute_engine, credentials that use the Compute Engine metadata service to obtain OAuth 2.0 access tokens. (#22) - Added
google.auth.jwt.Credentials, credentials that use a JWT as a bearer token. - Added
google.auth.app_engine, credentials that use the Google App Engine App Identity service to obtain OAuth 2.0 access tokens. (#46) - Added
google.auth.default(), an implementation of Google Application Default Credentials that supports automatic Project ID detection. (#32) - Added system tests for all credential types. (#51, #54, #56, #58, #59, #60, #61, #62)
- Added
google.auth.transports.urllib3.AuthorizedHttp, an HTTP client that includes authentication provided by credentials. (#19) - Documentation style and formatting updates.