yesod/yesod-auth-oauth
Gabe Berke-Williams 9720363117 Fix typo in deprecation message
The message recommended using `authTwitterUsingUserID` (note that the
`ID` at the end of the method name is all capitalized).

However, the actual method name is `authTwitterUsingUserId` (note the `Id` at the
end).
2018-12-27 17:31:58 -08:00
..
Yesod/Auth Fix typo in deprecation message 2018-12-27 17:31:58 -08:00
ChangeLog.md Updated changelogs and versions for #1561 2018-10-11 14:21:17 -04:00
LICENSE
README.md Doc link updates 2014-12-21 15:23:52 +02:00
Setup.lhs
yesod-auth-oauth.cabal Compile with ghc 8.6 by pushing MonadFail usage into IO 2018-10-11 13:53:35 -04:00

yesod-auth-oauth

Oauth Authentication for Yesod.