how does one normally get to this page? https://s...
# support-questions
z
how does one normally get to this page? https://supertokens.io/docs/nodejs/installation was trying to look how to possibly authenticate if I'm not using react, took me ages to find this, only arrived on it by accident 😓 that aside, if I understood correctly, there's no frontend login SDK currently for non-react apps so we'll have to make the calls (signup/signin/reset-password/verification) ourselves to the APIs but once the session has been created after a successful invoke from the backend SDK, we can then use the
supertokens-website
lib for session management, correct? now I'm trying to figure out how to add 3rd party custom provider (microsoft/office365 particularly)
15 Views