supertokens-core
supertokens-core copied to clipboard
Java SDK
While being a java project, how come there is no SDK for JAVA?
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 Any roadmap for a JAVA SDK? Does SuperTokens support SSO at the moment? Also, the documentation needs to be more elaborate.
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?