@ITEnthusiasm I found your example Supertokens + SvelteKit implementation repo: https://github.com/ITenthusiasm/svelte-kit-supertokens
supertokens-node seems to have changed a bit in 16.1.0 vs 14.1.1 that was used in your example, see changes: https://github.com/supertokens/supertokens-node/blob/master/CHANGELOG.md. Here are my questions
1) Is there a good reference for using the newer version of supertokens-node?
2) Is there a good reference for how to adapt this for a passwordless and/or socials logins?
Thanks for creating such a great reference implementation for the community!