better-auth-ui

hey how can i send additional data like some id with the sign up request without showing on the ui @daveycodez
2 Replies
nikatune
nikatune2mo ago
@Ping
DN_Dev
DN_Dev2mo ago
You can use cookies or headers and handle the values in the middleware hooks or database hooks. Headers can be passed via fetchOptions property in the first parameter, or via the second parameter

Did you find this page helpful?