You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pages/price-feeds/pro/subscribe-price-updates.mdx
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,6 +32,13 @@ Please fill out [this form](https://2fga8d.share-eu1.hsforms.com/2ftdPrASCTLCxtP
32
32
33
33
Use the access token to authenticate the websocket connection by passing it as an `Authorization{:bash}` header with the value `Bearer {token}{:bash}`.
34
34
35
+
<Callouttype="warning"emoji="⚠️">
36
+
**Security Warning**: Never expose your access token in frontend applications
37
+
or client-side code. Access tokens should only be used in secure backend
38
+
environments. Exposing tokens in frontend code makes them publicly accessible
39
+
and compromises your account security.
40
+
</Callout>
41
+
35
42
### 2. Configure subscription parameters
36
43
37
44
Pyth Pro supports several request/subscription parameters to customize the received prices.
0 commit comments