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]

Modules

[Last Documentation]

  • Yesod
    • Auth
      • Yesod.Auth.Facebook
        • Yesod.Auth.Facebook.ClientSide
        • Yesod.Auth.Facebook.ServerSide

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.11), conduit (>=0.5 && <0.6), fb (>=0.13 && <0.14), hamlet, http-conduit, lifted-base (>=0.1 && <0.3), 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.2 && <0.3) [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-11-23T12:58:31Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 25708 total (123 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2016-12-23 [all 8 reports]

Readme for yesod-auth-fb-1.3.1

[back to package description]