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

No Spring Boot??

Open dangolbeeker opened this issue 2 years ago • 7 comments

No spring boot support but it's built in Java?

Is there any plans on the roadmap? I see Javalin but no spring?

dangolbeeker avatar Apr 09 '22 07:04 dangolbeeker

The core is a different part of the solution than the backend SDK.

We do plan on supporting spring, but not within the next few months.

rishabhpoddar avatar Apr 09 '22 07:04 rishabhpoddar

Ok thanks. Is this open to contributors? No promises but may take a stab at it .

dangolbeeker avatar Apr 09 '22 07:04 dangolbeeker

Creating the SDK from scratch is a lot of work and requires a lot of time. A backend SDK is not just a wrapper around the core's API, but it also exposes APIs for the frontend to call and makes those APIs overridable by the user for customisation of auth logic.

You have to build the SDK such that it can easily integrate into any Java framework via a wrapper specific to that Java framework + support async and sync mode. See our python SDK as a reference.

That being said, we are always open to contributions :)

rishabhpoddar avatar Apr 09 '22 08:04 rishabhpoddar

Could be better if it's available in Java

JagdeshU avatar Aug 22 '22 05:08 JagdeshU

Sad to know JAVA SDK is not available. keen to explore using this with jhipster.

nadeem-shaikh avatar Jan 17 '23 12:01 nadeem-shaikh

I've been meaning to get back to this.... Startup lifes got me by the b*lls right now. I may send somebody on it... Expect an update on this around March if no one else gets to it in the mean time.

-https://twitter.com/scott_beeker

dangolbeeker avatar Jan 18 '23 08:01 dangolbeeker

Any updates?

maximseshuk avatar Jun 30 '23 13:06 maximseshuk