Hey @rp_st I am sending userContext in the createPasswordlessCode from the frontend, its all working fine, I am having some trouble accessing this userContext in the backend,
showtim33
05/03/2023, 6:35 PM
The screenshot is from my react code
r
rp_st
05/03/2023, 6:35 PM
hey @showtim33 the userContext is not transferred automatically to the backend
rp_st
05/03/2023, 6:35 PM
you can use the pre API hook feature we have to add stuff to the request body based on the user context
rp_st
05/03/2023, 6:35 PM
and then read the request body on the backend
s
showtim33
05/03/2023, 6:36 PM
ohhhhh that way, okay great, thanks for being super fast and helpful as always