There's documentation on how to create custom routes for normal collections but how does one extend or override routes for core collections like /user or /auth. For example, I am creating an app and would like to modify the register function of the /auth route. How to do that ?