I'd like to understand if it wasn't possible to ju...
# support-questions-legacy
a
I'd like to understand if it wasn't possible to just have the supertokens core and the backend available as a client lib for different languages that talked to supertokens core via http.
r
Hey’
If we did that, then any customisation required to the backend auth APIs would have to be done in Java by uploading JARs to the core server. This is generally not a good developer experience.
In your case, your application server isn’t using the same lang as one of our backend SDKs, so arguably you didn’t have an optimal developer experience either, but if we did have a backend SDK for your chosen lang, customisations would be very easy to make.
a
Oh right, "customization to the auth apis" would be affected. Got it.