Validation logic can be registered for a route via definePageMeta.
definePageMeta
The params of the route can be accessed through the useRoute composable.
useRoute
A middleware is a special function that gets executed before a route.
A middleware can be also be created without an external file.