Metadata


Name
googleauth
Version
0.16.2
Platform
ruby
Authors
Tim Emiola
Bindir
bin
Date
2021-04-28 00:00:00 UTC
Dependencies
faraday (>= 0.17.3, < 2.0)
jwt (>= 1.4, < 3.0)
memoist (~> 0.16)
multi_json (~> 1.11)
os (>= 0.9, < 2.0)
signet (~> 0.14)
yard (~> 0.9, development)
Description
Allows simple authorization for accessing Google APIs. Provide support for Application Default Credentials, as described at https://developers.google.com/accounts/docs/application-default-credentials
Email
temiola@google.com
Files
.github/CODEOWNERS
.github/CONTRIBUTING.md
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/ISSUE_TEMPLATE/support_request.md
.github/renovate.json
.github/sync-repo-settings.yaml
.github/workflows/ci.yml
.github/workflows/release-please.yml
.gitignore
.kokoro/populate-secrets.sh
.kokoro/release.cfg
.kokoro/release.sh
.kokoro/trampoline_v2.sh
.repo-metadata.json
.rspec
.rubocop.yml
.toys/.toys.rb
.toys/ci.rb
.toys/kokoro/.toys.rb
.toys/kokoro/publish-docs.rb
.toys/kokoro/publish-gem.rb
.toys/linkinator.rb
.trampolinerc
CHANGELOG.md
CODE_OF_CONDUCT.md
Gemfile
LICENSE
README.md
googleauth.gemspec
integration/helper.rb
integration/id_tokens/key_source_test.rb
lib/googleauth.rb
lib/googleauth/application_default.rb
lib/googleauth/client_id.rb
lib/googleauth/compute_engine.rb
lib/googleauth/credentials.rb
lib/googleauth/credentials_loader.rb
lib/googleauth/default_credentials.rb
lib/googleauth/iam.rb
lib/googleauth/id_tokens.rb
lib/googleauth/id_tokens/errors.rb
lib/googleauth/id_tokens/key_sources.rb
lib/googleauth/id_tokens/verifier.rb
lib/googleauth/json_key_reader.rb
lib/googleauth/scope_util.rb
lib/googleauth/service_account.rb
lib/googleauth/signet.rb
lib/googleauth/stores/file_token_store.rb
lib/googleauth/stores/redis_token_store.rb
lib/googleauth/token_store.rb
lib/googleauth/user_authorizer.rb
lib/googleauth/user_refresh.rb
lib/googleauth/version.rb
lib/googleauth/web_user_authorizer.rb
spec/googleauth/apply_auth_examples.rb
spec/googleauth/client_id_spec.rb
spec/googleauth/compute_engine_spec.rb
spec/googleauth/credentials_spec.rb
spec/googleauth/get_application_default_spec.rb
spec/googleauth/iam_spec.rb
spec/googleauth/scope_util_spec.rb
spec/googleauth/service_account_spec.rb
spec/googleauth/signet_spec.rb
spec/googleauth/stores/file_token_store_spec.rb
spec/googleauth/stores/redis_token_store_spec.rb
spec/googleauth/stores/store_examples.rb
spec/googleauth/user_authorizer_spec.rb
spec/googleauth/user_refresh_spec.rb
spec/googleauth/web_user_authorizer_spec.rb
spec/spec_helper.rb
test/helper.rb
test/id_tokens/key_sources_test.rb
test/id_tokens/verifier_test.rb
Homepage
https://github.com/googleapis/google-auth-library-ruby
Licenses
Apache-2.0
Require paths
lib
Required ruby version
>= 2.5
Required rubygems version
>= 0
Rubygems version
3.2.16
Specification version
4
Summary
Google Auth Library for Ruby
Test files
spec/googleauth/apply_auth_examples.rb
spec/googleauth/client_id_spec.rb
spec/googleauth/compute_engine_spec.rb
spec/googleauth/credentials_spec.rb
spec/googleauth/get_application_default_spec.rb
spec/googleauth/iam_spec.rb
spec/googleauth/scope_util_spec.rb
spec/googleauth/service_account_spec.rb
spec/googleauth/signet_spec.rb
spec/googleauth/stores/file_token_store_spec.rb
spec/googleauth/stores/redis_token_store_spec.rb
spec/googleauth/stores/store_examples.rb
spec/googleauth/user_authorizer_spec.rb
spec/googleauth/user_refresh_spec.rb
spec/googleauth/web_user_authorizer_spec.rb
spec/spec_helper.rb
Original platform
ruby
New platform
ruby