OAuth2 authentication for yesod
Go to file
patrick brisbin 434e2bc092 Update dependencies, make it work, address -Wall
Housekeeping:

* Use newer http-conduit (Request m becomes Request)
* Increase upper bound on aeson
* Fix whitespace, remove unfinished function
* Add type signatures and some comments
* Remove unused imports

Fixes:

* ByteString needs an orphan JSON instance so AccessToken can have one.
  I'm not sure if there's a way around this.
* redirect takes a Text, not a ByteString
* dispatch for "callback" should handle setting the credentials

Additions

* oauth2Learn for authenticating against learn.thoughtbot.com
2014-02-15 14:44:01 -05:00
Yesod/Auth Update dependencies, make it work, address -Wall 2014-02-15 14:44:01 -05:00
.gitignore Initial import 2013-07-14 11:11:44 +02:00
LICENSE Initial import 2013-07-14 11:11:44 +02:00
README.md Initial import 2013-07-14 11:11:44 +02:00
Setup.lhs Initial import 2013-07-14 11:11:44 +02:00
yesod-auth-oauth2.cabal Update dependencies, make it work, address -Wall 2014-02-15 14:44:01 -05:00