Hi All, Currently the code generated for various REST API endpoints contains "@RolesAllowed" annotations.
Do people find them critical? >From my POV, it is preferable to delegate all authorization logic to PolarisAuthorizer implementations and remove any framework-specific ways to control access. WDYT? Thanks, Dmitri.