Recommended baseline
Refresh through your authenticated backend after events that can change access:- checkout completion confirmed by your backend;
- plan changes or cancellation;
- usage approaching or crossing a limit; and
- administrative entitlement changes.
Push delivery
Applications that need push updates can use a server-authorized realtime channel:- authenticate the application user on your backend;
- derive the Nozle customer or workspace from server-owned records;
- issue a short-lived, narrowly scoped token; and
- publish only the customer fields required by the UI.
pk_ or sk_ credential to the WebSocket endpoint.
React integration
The current React SDK provides presentational gates. Store your authenticated backend result in your application state and passallowed, loading, plan, and usage values to those components.