Hi @PoktBlade
Yep, userContext["_default"]["request"] is the original request object. You can consume it how you normally would in non supertokens APIs
p
PoktBlade
05/22/2023, 6:22 AM
It would be nice if there was a typed version of it, something like a receiver function of
func (c *UserContext) GetDefaultRequest()
but yea i got it, thank you! was adding recaptcha to the sign up 🙂