Skip to content

feat: add a metadata system to specialize controllers and routes #39

Closed
@francescovallone

Description

The metadata system can be used to specialize controllers and routes. For example, suppose one route within a controller does not need to be authenticated, while the others do. In that case, an isPublic metadata can be defined and applied to the route or controller. This way hooks can check whether the route or controller contains that metadata and behave differently.

Metadata

Labels

enhancementNew feature or requestnice to haveFeature that will be good to implement but it is not a priority

Projects

  • Status

    Closed

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions