Closed kolkov closed 4 years ago
Hi! Is a way to bypass handler in server func? I try to find way to bypass auth handler for public routes. Or the best way to have diferent routes for private and public?
You should use route groups. One route group for public routes, the other installed with auth middleware for private routes.
Thanks! Now I understand that there is no other option for skipping one of the handlers.
Hi! Is a way to bypass handler in server func? I try to find way to bypass auth handler for public routes. Or the best way to have diferent routes for private and public?