Hi, At the moment, @RequiresRoles and @RequiresPermissions result in UnauthorizedExceptions being thrown if the user is not remembered or authenticated. Should they not be throwing UnauthenticatedExceptions in this case?
Also, how do you configure the application via annotations to require authenticated users for the role and permission checks? Thanks, Peter
