supertokens-core
supertokens-core copied to clipboard
No Spring Boot??
No spring boot support but it's built in Java?
Is there any plans on the roadmap? I see Javalin but no spring?
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.
Ok thanks. Is this open to contributors? No promises but may take a stab at it .
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 :)
Could be better if it's available in Java
Sad to know JAVA SDK is not available. keen to explore using this with jhipster.
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
Any updates?