yesod/yesod-auth/Yesod
patrick brisbin 3564e1f746
Add AuthenticationResult and authenticate function
- getAuthId returns Maybe AuthId with no useful information in the
  Nothing case.
- AuthenticationResult includes whether it was a User or Server error
  (with an accompanying message) in the failure case.
- User errors are displayed back to the user and have a 401 status in
  JSON responses. Server errors are logged and a generic error message
  is presented to the user, with a 500 status in JSON responses.

Resolves #956
2015-03-23 18:01:26 -04:00
..
Auth Add AuthenticationResult and authenticate function 2015-03-23 18:01:26 -04:00
Auth.hs Add AuthenticationResult and authenticate function 2015-03-23 18:01:26 -04:00
PasswordStore.hs Include patched pwstore-fast implementation. 2014-05-11 15:43:06 +03:00