Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

to head #1

Merged
merged 21 commits into from
Aug 28, 2020
Merged

to head #1

merged 21 commits into from
Aug 28, 2020

Conversation

guillaumeblaquiere
Copy link
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
* 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 <guedesr@google.com>
@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.

5 participants