Do you have any examples of writing automated tests with supertokens? Note I purely want to test the backend session management, not the client-side. I've tried using
superagent
but it seems cookies aren't being properly handled.
SuperTokens is an open source authentication solution offering features like: Different types of login: Email / password, Passwordless (OTP or Magic link based).