Skip to content

Commit cefd9ac

Browse files
authored
Update user-identity.mdx
Add beta message with limitations
1 parent 0beb39c commit cefd9ac

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

fern/docs/pages/sdks/web/user-identity.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,12 @@ You can also pass the identifiers in the `plugSDK.init` option without generatin
129129
This frontend user identification, by its nature, is not secure as the data is transmitted through the client side. It is recommended to use the session token method to securely identify users.
130130
</Callout>
131131

132+
<Callout intent="warning">
133+
This method is currently in beta and comes with the following limitations:
134+
- Unverified users cannot be converted or merged into verified users.
135+
- An external reference used by an unverified user cannot be reused for any other user.
136+
</Callout>
137+
132138
```jsx
133139
window.plugSDK.init({
134140
app_id: '<your_unique_app_id>',

0 commit comments

Comments
 (0)