Skip to content

Commit b67a091

Browse files
authored
Add that webhook handlers can access user private metadata (#2739)
1 parent a6746e0 commit b67a091

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guides/users/extending.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ On the backend, it's available on the [Backend `User`](/docs/reference/backend/t
124124

125125
### Private metadata
126126

127-
Private metadata is only accessible by the backend, which makes this useful for storing sensitive data that you don't want to expose to the frontend. For example, you could store a user's Stripe customer ID.
127+
Private metadata is only accessible by the backend and webhook handlers, which makes this useful for storing sensitive data that you don't want to expose to the frontend. For example, you could store a user's Stripe customer ID.
128128

129129
#### Set private metadata
130130

0 commit comments

Comments
 (0)