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

fix: Prevent periods in device id check #405

Merged
merged 6 commits into from
Jun 10, 2021
Merged

fix: Prevent periods in device id check #405

merged 6 commits into from
Jun 10, 2021

Conversation

jooohhn
Copy link
Contributor

@jooohhn jooohhn commented Jun 9, 2021

Summary

Periods in device ID checks broke the SDK storage behavior. This is because metadata is stored in cookies and delimited by periods. This PR fixes the behavior by rejecting device IDs with periods

Checklist

  • Does your PR title have the correct title format?
  • Does your PR have a breaking change?: NO

Sorry, something went wrong.

@jooohhn jooohhn requested a review from ajhorst June 9, 2021 16:30
Copy link
Contributor

@ajhorst ajhorst left a comment

Choose a reason for hiding this comment

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

some comments, but overall, looks good

@jooohhn jooohhn merged commit b872d7e into main Jun 10, 2021
@jooohhn jooohhn deleted the fix-device-id-check branch June 10, 2021 23:04
github-actions bot pushed a commit that referenced this pull request Jun 10, 2021
## [8.3.1](v8.3.0...v8.3.1) (2021-06-10)

### Bug Fixes

* Prevent periods in device id check ([#405](#405)) ([b872d7e](b872d7e))
@jooohhn jooohhn restored the fix-device-id-check branch June 11, 2021 04:58
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.

None yet

2 participants