But those examples ... still is a little confusing...
# support-questions-legacy
t
But those examples ... still is a little confusing which parts of them apply to me, as someone not using supertokens for auth. For example, yes I'm using
serverless-http
to translate from serverless functions into
(req, res)
style functions, but I'm not using
express
,
body-parser
, or
supertokens.middleware
. Do I need to be using these? Or is the fact that I'm getting these 4 cookies mean everything is okay?