Faroe

User server actions

Input validation

Because user server actions are intended to be used by trusted clients (i.e. a Faroe server you own/trust), no input validation is required. The size of each values should be negotiated between the user server and the faroe server.

If a user server encounters a value that it cannot handle (e.g. too large for the database column), it should handled as an unexpected internal error.

Actions

Models