<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?