I want to use supertokens with a Java app - is the...
# support-questions-legacy
e
I want to use supertokens with a Java app - is there a convenient way to go about that?
r
Hey @emccue
As you said. You need to node backend with our SDK
The frontend will communicate with that and on login, it will give you back as session that contains a JWT
The JWT can be sent to the java backend
4 Views