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

[FFM-11492] - Treat projectIdentifier as optional in auth token #43

Merged
merged 1 commit into from
May 16, 2024

Conversation

andybharness
Copy link
Contributor

What
We're seeing a nil reference reported against the proxy V2 on iOS because the auth token does not include certain fields.

Why
Original token parsing code expects all fields to be present and force unwraps them. Instead we should set any missing fields to an empty string.

Testing
Manual

What
We're seeing a nil reference reported against the proxy V2 on iOS because the auth token does not include certain fields.

Why
Original token parsing code expects all fields to be present and force unwraps them. Instead we should set any missing fields to an empty string.
@andybharness andybharness merged commit 26ec549 into main May 16, 2024
@andybharness andybharness deleted the FFM-11492-fix-project-ident branch May 16, 2024 08:33
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.

2 participants