Hi, I want to integrate SuperTokens with a Java app. Is also based on Javalin. I see there is a SDK for it https://supertokens.com/docs/javalin/installation but it mentions that is outdated. My question is, are you currently supporting a java library for SuperTokens ?
r
rp_st
05/03/2023, 2:54 PM
hey @rasensio we don't have a java sdk. But you can always spin up a new node process which takes all requests for /auth/* and then the issued JWT can go to your java baceknd.
SuperTokens is an open source authentication solution offering features like: Different types of login: Email / password, Passwordless (OTP or Magic link based).