yesod-auth-fb: Authentication backend for Yesod using Facebook.

[ bsd3, library, web ] [ Propose Tags ]

This package allows you to use Yesod's authentication framework with Facebook as your backend. That is, your site's users will log in to your site through Facebook. Your application need to be registered on Facebook.

This package works with both the server-side authentication flow (https://developers.facebook.com/docs/authentication/server-side/) via the Yesod.Auth.Facebook.ServerSide module and the client-side authentication (https://developers.facebook.com/docs/authentication/client-side/) via the Yesod.Auth.Facebook.ClientSide module. It's up to you to decide which one to use. The server-side code is older and as such has been through a lot more testing than the client-side code. Also, for now only the server-side code is able to work with other authentication plugins. The client-side code, however, allows you to use some features that are available only to the Facebook JS SDK (such as automatically logging your users in, see https://developers.facebook.com/blog/post/2012/05/08/how-to--improve-the-experience-for-returning-users/).


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.0, 0.10, 0.10.1, 0.10.2, 1.0.0, 1.0.1, 1.0.2, 1.0.3, 1.0.4, 1.0.5, 1.0.6, 1.1, 1.2, 1.2.1, 1.2.2, 1.2.3, 1.3, 1.3.1, 1.3.2, 1.4, 1.5, 1.5.1, 1.6, 1.6.1, 1.6.2, 1.6.2.1, 1.6.3, 1.6.4, 1.6.5, 1.6.6, 1.7, 1.8.0, 1.8.1, 1.9.0, 1.9.1, 1.10.0, 1.10.1
Dependencies aeson (>=0.6 && <0.7), base (>=4.3 && <5), bytestring (>=0.9 && <0.10), conduit (>=0.5 && <0.6), fb (>=0.11 && <0.12), hamlet, http-conduit, lifted-base (>=0.1 && <0.2), old-locale (>=1.0 && <1.1), shakespeare-js, text (>=0.7 && <0.12), time (>=1.0 && <1.5), transformers (>=0.1.3 && <0.4), wai, yesod-auth (>=1.1 && <1.2), yesod-core (>=1.1 && <1.2), yesod-fb (>=0.1 && <0.2) [details]
License BSD-3-Clause
Author Felipe Lessa, Michael Snoyman
Maintainer Felipe Lessa <felipe.lessa@gmail.com>
Category Web
Home page https://github.com/meteficha/yesod-auth-fb
Source repo head: git clone git://github.com/meteficha/yesod-auth-fb.git
Uploaded by FelipeLessa at 2012-08-29T14:13:59Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 25668 total (88 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for yesod-auth-fb-1.2

[back to package description]