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

Support Domain or App name check in bidstream client #76

Merged
merged 7 commits into from
Oct 10, 2024

Conversation

asloobq
Copy link
Contributor

@asloobq asloobq commented Oct 8, 2024

  • Domain name / App name check will be enforced while decrypting tokens by BidStreamClient if the tokens have been generated at Client Side
  • Check will be skipped for
    • SharingClient
    • Legacy client (UID2Client)
    • Token generated at Server side
  • Introducing lombok as a dependency

pom.xml Outdated
@@ -66,6 +66,12 @@
<artifactId>junit-jupiter-params</artifactId>
<scope>test</scope>
</dependency>
<dependency>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think Lombok's approved for use in the SDKs, but could you investigate?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ideally don't include it - i think we need to add lombok license in this repo before we can do it

@asloobq asloobq merged commit a94bb40 into main Oct 10, 2024
3 checks passed
@asloobq asloobq deleted the aaq-UID2-3335-app-domain-name-check-bidstream branch October 10, 2024 17:46
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.

3 participants