https://supertokens.com/ logo
#support-questions
Title
# support-questions
s

semagraph

01/06/2023, 11:38 PM
Hey guys, is there any sdk documentation if I want to write a supertokens client in anew language?
r

rp

01/07/2023, 4:03 AM
Hey @semagraph
There are no specific docs as such for this. Which language?
s

semagraph

01/07/2023, 4:06 AM
Was thinking about building an elixir client
r

rp

01/07/2023, 4:07 AM
Hmm. So it’s a lot of work to make a SDK unfortunately
I would suggest that you instead spin up another process using one of our existing SDKs
s

semagraph

01/07/2023, 4:10 AM
so [elixir service] [golang supertokens sdk] [supertokens core]?
r

rp

01/07/2023, 4:11 AM
Not really. The elixir service can be on apidomain/* route and golang service can be on apidomain/auth/* route
Frontend calls the golang service for all auth APIs
Golang service issues a JWT post login
JWT sent to elixer for calling your application APIs
s

semagraph

01/07/2023, 4:15 AM
ah ok, yeah that's definitely easier