IABTechLab / uid2-operator

Apache License 2.0
11 stars 17 forks source link

Refactor Token Generation Logic to improve readability #1081

Closed sunnywu closed 1 week ago

sunnywu commented 2 weeks ago
  1. Read https://atlassian.thetradedesk.com/jira/browse/UID2-4159 and https://github.com/IABTechLab/uid2-operator/pull/1080 Description for classes/variable/method renaming first!
  2. Refactor EncryptedTokenEncoder#encodeIntoIdentityResponse
  3. Moved toJson methods into IdentityResponse from UIDOperatorVerticle class
  4. Use EncryptedTokenEncoder directly inside UIDOperatorService class instead of ITokenEncoder interfact so it's easier to jump to references and we haven't really created any other ITokenEncoder varantsi