Can someone provide some guidance re: how to use s...
# support-questions-legacy
t
Can someone provide some guidance re: how to use supertokens for session management only? I'm doing auth with magic.link. I've gotten as far as successfully running
Session.createNewSession
on the backend after using fetch to send my backend the necessary magic.link token, but it's a bit unclear to me which set of supertoken docs apply to me (as someone not using supertokens auth) on the front end.