Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
ExplodingCabbage
/
google-auth-library-python
Public
forked from
googleapis/google-auth-library-python
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
tpl
User selector
All users
Datepicker
All time
Commit history
Commits on Nov 5, 2018
remove pr template
JustinBeckwith
committed
517e403
View commit details
Copy full SHA for 517e403
Browse repository at this point
Update github issue templates
JustinBeckwith
committed
f89291b
View commit details
Copy full SHA for f89291b
Browse repository at this point
Commits on Oct 5, 2018
Enable static type checking with pytype (#298)
Show description for a10b15e
Solumin
authored and
theacodes
committed
a10b15e
View commit details
Copy full SHA for a10b15e
Browse repository at this point
Commits on Sep 21, 2018
Update link to documentation for default credentials (#296)
crwilcox
authored and
theacodes
committed
f102825
View commit details
Copy full SHA for f102825
Browse repository at this point
Commits on Sep 19, 2018
Update README
crwilcox
authored
5f65d27
View commit details
Copy full SHA for 5f65d27
Browse repository at this point
Commits on Aug 13, 2018
Remove punctuation which becomes part of the url (#284)
Show description for 62cfc6d
sorensenjs
authored and
theacodes
committed
62cfc6d
View commit details
Copy full SHA for 62cfc6d
Browse repository at this point
Commits on Aug 1, 2018
Make classifiers in setup.py an array. (#280)
thilo-maurer
authored and
theacodes
committed
4997be1
View commit details
Copy full SHA for 4997be1
Browse repository at this point
Commits on Jul 31, 2018
Release v1.5.1 (#282)
theacodes
authored
137b43b
View commit details
Copy full SHA for 137b43b
Browse repository at this point
Fix check for error text on Python 3.7 (#278)
felixonmars
authored and
theacodes
committed
8147785
View commit details
Copy full SHA for 8147785
Browse repository at this point
Use new Auth URIs (#281)
theacodes
authored
b7eb1a7
View commit details
Copy full SHA for b7eb1a7
Browse repository at this point
Commits on Jun 7, 2018
Add code-of-conduct codument. (#270)
tseaver
authored and
theacodes
committed
edfe246
View commit details
Copy full SHA for edfe246
Browse repository at this point
Fix some typos in test_urllib3.py (#268)
felixonmars
authored and
tseaver
committed
ca18fcf
View commit details
Copy full SHA for ca18fcf
Browse repository at this point
Commits on May 31, 2018
Release v1.5.0 (#267)
theacodes
authored
193195e
View commit details
Copy full SHA for 193195e
Browse repository at this point
Warn when using user credentials from the Cloud SDK (#266)
theacodes
authored
a8d9348
View commit details
Copy full SHA for a8d9348
Browse repository at this point
Add compute engine-based IDTokenCredentials (#236)
kryzthov
authored and
theacodes
committed
67456b4
View commit details
Copy full SHA for 67456b4
Browse repository at this point
Commits on May 29, 2018
Corrected some typos (#265)
RohanTalip
authored and
theacodes
committed
b61cecd
View commit details
Copy full SHA for b61cecd
Browse repository at this point
Commits on May 24, 2018
Release 1.4.2 (#263)
theacodes
authored
f5967d9
View commit details
Copy full SHA for f5967d9
Browse repository at this point
Raise a helpful exception when trying to refresh credentials without a refresh token (#262)
theacodes
authored
118c048
View commit details
Copy full SHA for 118c048
Browse repository at this point
Fix links to README and CONTRIBUTING in docs/index.rst (#260)
theacodes
authored
ce54cc3
View commit details
Copy full SHA for ce54cc3
Browse repository at this point
Commits on May 15, 2018
Fix a typo in credentials.py. (#256)
craigcitro
authored and
theacodes
committed
2f5cb2d
View commit details
Copy full SHA for 2f5cb2d
Browse repository at this point
Commits on May 14, 2018
Use pytest instead of py.test per upstream recommendation, #dropthedot (#255)
Show description for 839d468
scop
authored and
Thea Flowers
committed
839d468
View commit details
Copy full SHA for 839d468
Browse repository at this point
Commits on Feb 28, 2018
Fix typo on exemple of jwt usage (#245)
rougeth
authored and
Jon Wayne Parrott
committed
7e1270b
View commit details
Copy full SHA for 7e1270b
Browse repository at this point
Commits on Feb 12, 2018
Release v1.4.1 (#244)
Jon Wayne Parrott
authored
5d53a96
View commit details
Copy full SHA for 5d53a96
Browse repository at this point
Add a check for the cryptography version before attempting to use it. (#243)
Jon Wayne Parrott
authored
d930fa8
View commit details
Copy full SHA for d930fa8
Browse repository at this point
Commits on Feb 9, 2018
Release v1.4.0 (#240)
Jon Wayne Parrott
authored
20ba485
View commit details
Copy full SHA for 20ba485
Browse repository at this point
Commits on Feb 8, 2018
Improve documentation around ID Tokens (#224)
ajaska
authored and
Jon Wayne Parrott
committed
4255b10
View commit details
Copy full SHA for 4255b10
Browse repository at this point
Add `cryptography`-based RSA signer and verifier. (#185)
Show description for 1cd8390
dhermes
authored and
Jon Wayne Parrott
committed
1cd8390
View commit details
Copy full SHA for 1cd8390
Browse repository at this point
Add `google.oauth2.service_account.IDTokenCredentials`. (#234)
kryzthov
authored and
Jon Wayne Parrott
committed
b649b43
View commit details
Copy full SHA for b649b43
Browse repository at this point
Commits on Jan 9, 2018
Release v1.3.0 (#233)
Jon Wayne Parrott
authored
dcbf1e0
View commit details
Copy full SHA for dcbf1e0
Browse repository at this point
Drop pylint for the time being. It served us well (#231)
Jon Wayne Parrott
authored
6d33993
View commit details
Copy full SHA for 6d33993
Browse repository at this point
Commits on Dec 15, 2017
Drop direct pyasn1 dependency (#230)
Show description for 945c357
Jon Wayne Parrott
authored
945c357
View commit details
Copy full SHA for 945c357
Browse repository at this point
Commits on Dec 13, 2017
Check for the project ID env var before warning about missing project ID (#227)
Show description for 15af07b
JacobHayes
authored and
Jon Wayne Parrott
committed
15af07b
View commit details
Copy full SHA for 15af07b
Browse repository at this point
Docstring fix for has_scopes() and with_scopes(). (#228)
dhermes
authored and
Jon Wayne Parrott
committed
369e2a7
View commit details
Copy full SHA for 369e2a7
Browse repository at this point
Commits on Dec 5, 2017
Add google.oauth2.credentials.Credentials.from_authorized_user_file (#226)
hiranya911
authored and
Jon Wayne Parrott
committed
23c88f7
View commit details
Copy full SHA for 23c88f7
Browse repository at this point
Commits on Nov 27, 2017
Fix ReadOnlyScoped doc with_scopes (#219)
xmedeko
authored and
Jon Wayne Parrott
committed
f682cb2
View commit details
Copy full SHA for f682cb2
Browse repository at this point
Previous
Next
You can’t perform that action at this time.