Is there already a solution to using supertokens w...
# support-questions-legacy
c
Is there already a solution to using supertokens with tRPC? Thanks in andvance
r
Hey @codingtomato
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
Hey, thanks for your answer. I tried it a little bit further and it works now without using JWT Tokens 🙂
t
I used this combination and it's work effortlessly. no extra configuration needed. 🙂
r
nice
11 Views