Hi!
In this example we saw how to validate the username, but is there a way to send a response back to the client? For instance, if the server rejects the username for being to short, can we tell this reason to the client, or does this check have to be done in the client aswell in order to be prompted?
Thanks in advance!