Has anyone used supertokens with Vue and SpringBoot?
r
rp_st
04/02/2022, 6:21 PM
hey @User , for vue, you will have to use our supertokens-website SDK which provides session management and call the APIs yourself using
axios
or
fetch
, from your own UI.
We don't have spring support yet so you have two options:
- directly call the core's APIs via your spring API layer.
- spin up a node, go or python process which uses our backend SDK. The frontend would talk to the APIs exposed by our SDK, and send the JWT to the spring layer.
p
pfs1337
04/02/2022, 6:28 PM
Thank you, is there any documentation about the Core API?
SuperTokens is an open source authentication solution offering features like: Different types of login: Email / password, Passwordless (OTP or Magic link based).