-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Cookie parsing: handle parsing conditions that might raise exceptions
@bryophyta pointed out that although the `deserializeAuthenticatedUser()` method was now returning `Option[AuthenticatedUser]` (with a `None` return-value indicating conditions that would formerly have thrown an exception), there were still some cases where an exception would be thrown (parsing numbers and booleans): #152 (comment)
- Loading branch information
Showing
1 changed file
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters