Skip to content

Conversation

@rodrigo-fournier-immutable
Copy link
Collaborator

Summary

This PR adds support for the 'subscribed' marketing consent status to ensure compatibility with Auth0's default marketing consent value.

Changes

  • Add Subscribed enum value to MarketingConsentStatus
  • Add parsing for 'subscribed' status in PassportUI login flow
  • Update ToApiString() method to handle 'subscribed' conversion

Why

Auth0 returns 'subscribed' as the default marketing consent status, but the Unity SDK only recognized 'opted_in' and 'unsubscribed'. This was causing authentication warnings and potential flow issues.

Related

@rodrigo-fournier-immutable rodrigo-fournier-immutable requested a review from a team as a code owner December 17, 2025 00:32
@rodrigo-fournier-immutable rodrigo-fournier-immutable changed the title feat(passport): add support for 'subscribed' marketing consent status feat: add support for subscribed marketing consent status Dec 17, 2025
@rodrigo-fournier-immutable
Copy link
Collaborator Author

Closing in favor of PR #637 which has the correct commit message format (feat(passport): ...)

@rodrigo-fournier-immutable rodrigo-fournier-immutable deleted the fix/marketing-consent-subscribed-support branch December 17, 2025 00:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants