stack
stack copied to clipboard
[Feature Request] Hooks like onBeforeSignUp, onAfterSignUp, etc.
I'd like to add some custom logic after user sign up, e.g. add some credits to new users. Is it possible to add these as options? Thanks!
I think you can create a wrapper around the signUp fn they provide and handle the onBefore or onAfter logic there(i can be wrong)?