Function auth
Enforces authentication and authorization.
AuthAttribute!R auth(R)
(
R roles
);
Parameters
Name | Description |
---|---|
roles | Role expression to control authorization. If no role set is given, any authenticated user is granted access. |