Is there already a solution to using supertokens with tRPC? Thanks in andvance
r
rp_st
12/28/2022, 6:32 PM
Hey @codingtomato
rp_st
12/28/2022, 6:33 PM
You would have to use http when calling our apis. The session would be created for http APIS, but you can always extract the JWT from the session on the frontend and use that JWT for trpc requests
c
codingtomato
12/28/2022, 10:46 PM
Hey, thanks for your answer. I tried it a little bit further and it works now without using JWT Tokens 🙂
t
th1nkk1d
12/29/2022, 5:22 AM
I used this combination and it's work effortlessly. no extra configuration needed. 🙂