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

user id module refresh ids when consent changes #5451

Commits on Jul 31, 2020

  1. first cut at making the userId module aware of user consent choices s…

    …o it can refresh the ID if consent changes
    smenzer committed Jul 31, 2020
    Configuration menu
    Copy the full SHA
    32525a0 View commit details
    Browse the repository at this point in the history
  2. typos in comments

    smenzer committed Jul 31, 2020
    Configuration menu
    Copy the full SHA
    ebf645b View commit details
    Browse the repository at this point in the history
  3. fix failing tests

    smenzer committed Jul 31, 2020
    Configuration menu
    Copy the full SHA
    8a28191 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5eea05c View commit details
    Browse the repository at this point in the history
  5. an update in 4.0 changed the interface for the setStoredValue() met…

    …hod which caused the previous code to break. Here I changed the code to read/write the consent data cookie to just do it directly rather than use the code for handling storing the actual id objects.
    smenzer committed Jul 31, 2020
    Configuration menu
    Copy the full SHA
    4c4a68d View commit details
    Browse the repository at this point in the history