This repository was archived by the owner on Jun 30, 2023. It is now read-only.
Enrich and expose internal methods related to authentication#165
Merged
tangiel merged 2 commits intocloudendpoints:masterfrom Sep 20, 2018
Merged
Enrich and expose internal methods related to authentication#165tangiel merged 2 commits intocloudendpoints:masterfrom
tangiel merged 2 commits intocloudendpoints:masterfrom
Conversation
added 2 commits
September 4, 2018 17:44
- add some missing TokenInfo fields, and expose GoogleAuth.getTokenInfoRemote - Store validated TokenInfo or GoogleIdToken in request, for custom authenticators usage - Add Javadoc on Attribute constants
Codecov Report
@@ Coverage Diff @@
## master #165 +/- ##
============================================
- Coverage 80.12% 80.03% -0.09%
+ Complexity 1689 1687 -2
============================================
Files 157 158 +1
Lines 5629 5630 +1
Branches 735 734 -1
============================================
- Hits 4510 4506 -4
- Misses 838 843 +5
Partials 281 281
Continue to review full report at Codecov.
|
tangiel
approved these changes
Sep 20, 2018
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The main goal of these changes is to allow implementing custom Authenticators more easily and efficiently, such as what is implement in this project.
It does not change any of the existing behavior.