Legend
| Method: HttpResponse Handle( |
| HttpRequest | request | Request to handle. |
| string | loggedInUser | Username of the user currently logged in (typically read from a session). |
| Action<string> | setUsername | Action to call when login is successful. Typically used to set the username in a session. |