Hey guys, is there any sdk documentation if I want...
# support-questions
s
Hey guys, is there any sdk documentation if I want to write a supertokens client in anew language?
r
Hey @semagraph
There are no specific docs as such for this. Which language?
s
Was thinking about building an elixir client
r
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
so [elixir service] [golang supertokens sdk] [supertokens core]?
r
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
ah ok, yeah that's definitely easier