Skip to content

Commit

Permalink
Merge pull request #7095 from segmentio/ashton-huxtable-patch-6
Browse files Browse the repository at this point in the history
Update Braze Actions Destination to reflect handling of JWT
  • Loading branch information
pwseg authored Oct 3, 2024
2 parents 71b7600 + 501f05a commit 606bc18
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,10 @@ For more details on this snippet, see Braze's [Soft push prompt](https://www.bra
});
```

### Enable SDK Authentication

When "Enable SDK Authentication" is enabled, Segment will set Braze's `enableSdkAuthentication` to `true`. When this feature is enabled, the Braze SDK will append the current user’s last known JWT to network requests made to Braze Servers.
## Important differences from the classic Braze destination
- Braze Web Mode (Actions) supports the Braze [Web](https://github.com/segment-integrations/analytics.js-integration-appboy){:target="_blank"} integration. [Braze Cloud Mode (Actions)](/docs/connections/destinations/catalog/actions-braze-cloud) supports server and mobile sources, but to use mobile sources in device-mode, use the Braze Classic destination.
Expand Down

0 comments on commit 606bc18

Please sign in to comment.