Is there a way to get the session handle at the cl...
# general
d
Is there a way to get the session handle at the client side ?
r
Hey! Yea. You will have to override the sign in / up API on the backend to update the session’s access token payload to have the session’s handle. And then you can access that on the frontend
What’s the use case for wanting to do this?
2 Views