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(protocol): user entity id not encoded correctly #98

Merged
merged 4 commits into from
Jan 28, 2023

Conversation

james-d-elliott
Copy link
Member

This fixes an issue where the protocol.UserEntity field ID was encoded with Base64 URL Encoding with padding instead of without padding.

Fixes #97

This fixes an issue where the protocol.UserEntity field ID was encoded with Base64 URL Encoding with padding instead of without padding.
@james-d-elliott james-d-elliott requested a review from a team as a code owner January 27, 2023 00:03
@james-d-elliott james-d-elliott merged commit 3d8dfc7 into master Jan 28, 2023
@james-d-elliott james-d-elliott deleted the fix-entity-url-encoding branch January 28, 2023 23:26
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.

Inconsistent base64 encoding/decoding via JSON
1 participant