hey <@!207802454526525440> how does one normally ...
# support-questions-legacy
r
hey @User > how does one normally get to this page? https://supertokens.io/docs/nodejs/installation This is only meant for reference, and is not a tutorial guide. We had it more easily accessible earlier, but that resulted in people following this guide as opposed to the actual recipe docs.. So we prioritised the recipe docs instead. > that aside, if I understood correctly, there's no frontend login SDK currently for non-react apps ...., we can then use the supertokens-website lib for session management, correct? That is correct! > but that's non-existent in the latest version That docs are wrong. I have updated the docs (needs a hard reload since you must have cached the older version). You want to use the
providers
array. > the #3 shares the same init signature as #1, if #2 suggests it's both sign in + sign up in one go via ThirdParty.signInUp(), how does #3 behave with ThirdPartyEmailPassword.signInUp()? Think of these recipes as independent.. if you are using
ThirdPartyEmailPassword
, don't worry about the other two recipes at all..