-
Name
-
googleauth
-
Version
-
0.15.1
-
Platform
-
ruby
-
Authors
-
Tim Emiola
-
Bindir
-
bin
-
Date
-
2021-02-08 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/workflows/release.yml
.gitignore
.kokoro/build.bat
.kokoro/build.sh
.kokoro/continuous/common.cfg
.kokoro/continuous/linux.cfg
.kokoro/continuous/osx.cfg
.kokoro/continuous/post.cfg
.kokoro/continuous/windows.cfg
.kokoro/osx.sh
.kokoro/presubmit/common.cfg
.kokoro/presubmit/linux.cfg
.kokoro/presubmit/osx.cfg
.kokoro/presubmit/windows.cfg
.kokoro/release.cfg
.kokoro/trampoline.bat
.kokoro/trampoline.sh
.repo-metadata.json
.rspec
.rubocop.yml
CHANGELOG.md
CODE_OF_CONDUCT.md
Gemfile
LICENSE
README.md
Rakefile
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
rakelib/devsite_builder.rb
rakelib/link_checker.rb
rakelib/repo_metadata.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.4.0
-
Required rubygems version
-
>= 0
-
Rubygems version
-
3.2.6
-
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