Skip to content

to head#1

Merged
guillaumeblaquiere merged 21 commits intoguillaumeblaquiere:masterfrom
googleapis:master
Aug 28, 2020
Merged

to head#1
guillaumeblaquiere merged 21 commits intoguillaumeblaquiere:masterfrom
googleapis:master

Conversation

@guillaumeblaquiere
Copy link
Copy Markdown
Owner

Fixes #<issue_number_goes_here> (it's a good idea to open an issue first for context and/or discussion)

elharo and others added 21 commits April 27, 2020 10:53
* feat: add TokenVerifier class that can verify RS256/ES256 tokens

* test: inject HttpTransportFactory for testing

* test: inject HttpTransportFactory for testing

* fix: use google-http-client for actual signature verification

* chore: lint

* test: split test into unit and integration

Unit tests mock out the http request activity. Integration tests hit the
live urls.

* chore: lint

* fix: return the JsonWebSignature instance on verify

* test: remove IT test as the signature keys can/will change over time

* docs: add javadoc for TokenVerifier

* docs: add guide for verifying tokens in the README

* chore: remove auto-value config changes

* chore: tense, lower-case first word, no period

* chore: run formatter

* chore: more javadoc fixes

* chore: remove line from README example

* sample: add snippet showing check for additional claim

* fix: remove default constructor - users should always use builder
🤖 I have created a release \*beep\* \*boop\* 
---
## [0.21.0](https://www.github.com/googleapis/google-auth-library-java/compare/v0.20.0...v0.21.0) (2020-06-24)


### Features

* add TokenVerifier class that can verify RS256/ES256 tokens ([#420](https://www.github.com/googleapis/google-auth-library-java/issues/420)) ([5014ac7](https://www.github.com/googleapis/google-auth-library-java/commit/5014ac72a59d877ef95c616d0b33792b9fc70c25))


### Dependencies

* update autovalue packages to v1.7.2 ([#429](https://www.github.com/googleapis/google-auth-library-java/issues/429)) ([5758364](https://www.github.com/googleapis/google-auth-library-java/commit/575836405bd5803d6202bd0018609184d6a15831))
* update dependency com.google.http-client:google-http-client-bom to v1.35.0 ([#427](https://www.github.com/googleapis/google-auth-library-java/issues/427)) ([5494ec0](https://www.github.com/googleapis/google-auth-library-java/commit/5494ec0a73319fb955b3d7ba025aea9607020c4e))
* update Guava to 29.0-android ([#426](https://www.github.com/googleapis/google-auth-library-java/issues/426)) ([0cd3c2e](https://www.github.com/googleapis/google-auth-library-java/commit/0cd3c2ec0aef3ff0f0379b32f9d05126442219b6))
---


This PR was generated with [Release Please](https://github.com/googleapis/release-please).
* updated versions.txt [ci skip]

* updated appengine/pom.xml [ci skip]

* updated bom/pom.xml [ci skip]

* updated credentials/pom.xml [ci skip]

* updated oauth2_http/pom.xml [ci skip]

* updated pom.xml

Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
This commit is to trigger automation for a new release.
See #446 for actual change.
* chore: updated versions.txt [ci skip]

* chore: updated appengine/pom.xml [ci skip]

* chore: updated bom/pom.xml [ci skip]

* chore: updated credentials/pom.xml [ci skip]

* chore: updated oauth2_http/pom.xml [ci skip]

* chore: updated pom.xml

Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
* feat: add logging at FINE level for each step of Application Default Credentials

* chore: fix formatting

* fix: standardize the debug message format
Adjust the license from Apache to BSD 3, the one used by the project.

Fixes #260

Co-authored-by: Rafael Guedes <[email protected]>
@guillaumeblaquiere guillaumeblaquiere merged commit 6ed60bf into guillaumeblaquiere:master Aug 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants