are there any code samples that demonstrate how to mock supertokens in golang?
v
volks_123
04/16/2023, 6:03 AM
What are you trying to mock? Its adds http endpoints to your http server, you can just mock the middleware that adds the endpoints and return whatever you want
SuperTokens is an open source authentication solution offering features like: Different types of login: Email / password, Passwordless (OTP or Magic link based).