0.31.0
createAppRegisterHandler
now accepts hooks/callbacks
Common use case will be
- Perform any async operation before and after handler runs its built-in checks, like verification
- Perform initial app preparation, like seeding database with default data
- Perform additional checks and prevent installation if needed
See updated docs