Skip to content

Disable security for routes using annotation #30369

@redayoub

Description

@redayoub

I have some urls in my API that doesnt need to be secure but they are under a secure firewall because of the patern, so instead of having to add each route to the security file and use security: false, I think it will be helpfull if I can just use an annotation inside my controller in order to disable the security for the route like this : @Security(enable="false").

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions