0.4.2
- If authenticating a user encounters an exception, we just automatically log the user out instead of emitting a 503 error. - Relocate a try/catch so that errors are only caught for validation instead of around the handler also. This is important since database actions emit the same ValidationError exception class, because both form parsing and ORM schemata use typesystem.