Is there a way to only do session management and ...
# support-questions-legacy
r
> Is there a way to only do session management and not the login using SDKs? Yes. There is. If you are using react on the frontend, you can use supertokens-auth-react, and initialise only the session recipe. If you are using something other than react, then you can use supertokens-website repo and follow the docs here: https://supertokens.io/docs/website/installation > Does supertokens expose APIs for that? Yes. Our nodeJS SDK will expose the refresh API for managing sessions. Please have a look at the set of functions for session management here: https://supertokens.io/docs/thirdpartyemailpassword/common-customizations/sessions/about > What we want to do is, keep our existing grapqhl mutations(login/logout) and plugin supertokens in the backend for the session management. Yes. This can be done via the nodejs SDK ---------- We are also working on improving the docs for those who want to use sessions only. Right now, it's a little hard to undersatnd them for this use case, so feel free to ask as many questions as you want here.
5 Views