Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
<DynamicContextProvider settings={{ handlers: { handleAuthenticatedUser: async (args) => { console.log("handleAuthenticatedUser was called", args); await customUserObjectProcess(args.user); }, }, }} > {/* ... rest of your app ... */} </DynamicContextProvider>
Was this page helpful?