-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
Maybe an option like in
convex-react-query/src/index.ts
Line 87 in 76176f0
export interface ConvexQueryClientOptions extends ConvexReactClientOptions { |
like
/**
* Set the auth token to this value both during SSR on the server and before
* the callback specified by ConvexReactClient.setAuth(cb) has returned for
* the first time.
*
* If not specified or set to undefined, send no auth token during SSR and
* begin the the browser websocket session unauthenticated.
*/
initialAuth?: string;
fullheart, eldiegod and fachrihawari
Metadata
Metadata
Assignees
Labels
No labels