t2v / play2-auth

Play2.x Authentication and Authorization module
Apache License 2.0
608 stars 142 forks source link

resolveUser with error logging #179

Open fugafree opened 8 years ago

fugafree commented 8 years ago

If an exception occurs in resolveUser, nothing happens, simply the user won't be logged in. It would be useful to log all exception in the method. (Or throw all of them again?)