supertokens-core icon indicating copy to clipboard operation
supertokens-core copied to clipboard

Java SDK

Open d3bt3ch opened this issue 2 years ago • 3 comments

While being a java project, how come there is no SDK for JAVA?

d3bt3ch avatar Nov 09 '22 15:11 d3bt3ch

Hey @debjitk only the core midroservice is in Java. The core microservice forms just one part of SuperTokens. A lot of the logic for how SuperTokens works in the backend SDKs.

So far, we have support for nodejs, golang and python backend SDKs. But you can always use those in their standalone process to do auth with a java backend.

In a nutshell, the auth process (node, golang or python process) will expose APIs to the frontend for login, sign up, sign out etc. On login, it will issue a session containing a JWT which can be sent to the Java backend for verification.

rishabhpoddar avatar Nov 10 '22 05:11 rishabhpoddar

@rishabhpoddar Any roadmap for a JAVA SDK? Does SuperTokens support SSO at the moment? Also, the documentation needs to be more elaborate.

d3bt3ch avatar Nov 11 '22 16:11 d3bt3ch

Java SDK is probably next year sometime.

We do support SSO in the sense that you can integrate with any OIDC provider.

Also, the documentation needs to be more elaborate.

In what respect?

rishabhpoddar avatar Nov 12 '22 04:11 rishabhpoddar