A bit more version bumping
This commit is contained in:
parent
cb27424083
commit
e3e5cb80eb
@ -1,3 +1,7 @@
|
|||||||
|
## 1.4.4
|
||||||
|
|
||||||
|
* Add AuthenticationResult and authenticate function [#959](https://github.com/yesodweb/yesod/pull/959)
|
||||||
|
|
||||||
## 1.4.3
|
## 1.4.3
|
||||||
|
|
||||||
* Added means to fetch user's Google profile [#936](https://github.com/yesodweb/yesod/pull/936)
|
* Added means to fetch user's Google profile [#936](https://github.com/yesodweb/yesod/pull/936)
|
||||||
|
|||||||
@ -81,6 +81,8 @@ type Method = Text
|
|||||||
type Piece = Text
|
type Piece = Text
|
||||||
|
|
||||||
-- | The result of an authentication based on credentials
|
-- | The result of an authentication based on credentials
|
||||||
|
--
|
||||||
|
-- Since 1.4.4
|
||||||
data AuthenticationResult master
|
data AuthenticationResult master
|
||||||
= Authenticated (AuthId master) -- ^ Authenticated successfully
|
= Authenticated (AuthId master) -- ^ Authenticated successfully
|
||||||
| UserError AuthMessage -- ^ Invalid credentials provided by user
|
| UserError AuthMessage -- ^ Invalid credentials provided by user
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user