-
Notifications
You must be signed in to change notification settings - Fork 17
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
Refactoring UserIdentity logics #1097
Draft
sunnywu
wants to merge
174
commits into
syw-UID2-4159-token-gen-code-renaming
Choose a base branch
from
syw-UID2-4159-token-gen-code-refactoring-UserIdentity
base: syw-UID2-4159-token-gen-code-renaming
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Refactoring UserIdentity logics #1097
sunnywu
wants to merge
174
commits into
syw-UID2-4159-token-gen-code-renaming
from
syw-UID2-4159-token-gen-code-refactoring-UserIdentity
Conversation
This file contains 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
…ugh-config' into ian-UID2-4235-enclave-debug-through-config
…ugh-config' into ian-UID2-4235-enclave-debug-through-config
…ugh-config' into ian-UID2-4235-enclave-debug-through-config
Added site name as contact for CSTG
…echLab/uid2-operator into cbc-UID2-4461-upgrade-vertx-version
…version Upgrading vertx version
* Remove siteIdsUsingV4Tokens * Remove site_ids_using_v4_tokens * Remove v4 variable * Remove test case which generate v2 token * Set advertising_token_v4_percentage to be 100 * Remove siteId param
* Remove `advertising_token_v4_percentage` env var * Always return advertising token v4 in tests * Return token version v4 for EUID as well * Remove duplicated code * Remove PRNG * Remove advertising_token_v3
…3df09ad1cc8e840 [CI Pipeline] Released Patch version: 5.42.17
Mainly renaming RefreshTokenRequest/RefreshResponse to TokenRefreshRequest/TokenRefreshResponse
Refine response logging, client error, invalid http origin, and invalid app name responses are logged at info level
* Xuy UI d2 2578 Update share uid2 lib to 8.0.9, which added site name into metrics
…98db5cf400de8d7 [CI Pipeline] Released Minor version: 5.43.0
…entityMapRequestItem - Renamed IUIDOperatorService.mapHashedDiiIdentity to mapHashedDii
… FirstLevelHash/HashedDii/RawUid 2. Removed the abstract class UserIdentity 3. fixed a unit test as removing UserIdentity broke it
2. In InputUtil, renamed Identity* member variable/methods to Dii* to indicate it's Dii 3. Change TokenUtils class getIdentityHash to getDiiHash and same for getDiiHashString
…orm-buffer-bytes Increase max form buffer
…me identityV3Enabled to rawUidV3Enabled (#1190) * Use correct raw UID version for UID2's UIDOperatorVerticleTest * renamed the variable/method useIdentityV3/identityV3Enabled to useRawUidV3/rawUidV3Enabled to be up to date with latest terminlogies * Improved TokenEncodingTest#testAdvertisingTokenEncodings to tests all combo's of raw UID and ad token versions
sunnywu
force-pushed
the
syw-UID2-4159-token-gen-code-refactoring-UserIdentity
branch
from
December 10, 2024 06:44
78a70d4
to
a8f0915
Compare
…en-code-refactoring-UserIdentity
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
token
variable names to adTokenInput and refreshTokenInput to make it clearer