stack icon indicating copy to clipboard operation
stack copied to clipboard

[Feature Request] Hooks like onBeforeSignUp, onAfterSignUp, etc.

Open kouyaruten opened this issue 9 months ago • 1 comments

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!

kouyaruten avatar Apr 09 '25 03:04 kouyaruten

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)?

parthtiwar-i avatar Apr 19 '25 06:04 parthtiwar-i