This what my go.mod looks like now. I'm testing out the supertokens features in go.
Copy code
module github.com/###
go 1.16
require github.com/supertokens/supertokens-golang v0.12.1 // indirect
s
sattvikc
05/22/2023, 4:51 AM
@keezy2147 I'm unable to reproduce this issue with the info provided here. would you be able to share a minimal reproducible setup? or we could do a quick call to see where the issue is
SuperTokens is an open source authentication solution offering features like: Different types of login: Email / password, Passwordless (OTP or Magic link based).