Has anyone used supertokens with Vue and SpringBoo...
# general
p
Has anyone used supertokens with Vue and SpringBoot?
r
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
Thank you, is there any documentation about the Core API?
If there is any confusion for how to call the APIs or what order, please feel free to ask
p
thx that is what I am loooking for
13 Views