Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kdridi/yesod-auth-facebook-example
An empty Yesod App that uses the Facebook authentication system
https://github.com/kdridi/yesod-auth-facebook-example
Last synced: 2 days ago
JSON representation
An empty Yesod App that uses the Facebook authentication system
- Host: GitHub
- URL: https://github.com/kdridi/yesod-auth-facebook-example
- Owner: kdridi
- Created: 2014-01-24T02:15:07.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-01-24T02:32:19.000Z (almost 11 years ago)
- Last Synced: 2023-03-11T03:34:17.772Z (over 1 year ago)
- Language: Haskell
- Size: 180 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
yesod-auth-facebook-example
===========================This contains an empty Yesod App that uses the Facebook authentication
system.Installing
----------Prepare the sandbox:
git clone https://github.com/kdridi/yesod-auth-facebook-example.git
cd yesod-auth-facebook-example
./sandbox-init.shConfiguring
-----------You'll then need to configure your Facebook credentials by editing
**config/settings.yml**Please also verify that your Facebook's redirection URL is
You'll find more informations at
Launching
---------Just launch:
yesod devel
Then open with your browser
Links
------ [Yesod Website][]
- [Yesod Authentication and Authorization][]
- [Yesod Facebook Auth Module][]
- [Yesod Facebook Module][]
- [Haskell Facebook Module][][Yesod Website]: http://www.yesodweb.com
[Yesod Authentication and Authorization]: http://www.yesodweb.com/book/authentication-and-authorization
[Yesod Facebook Auth Module]: https://github.com/kdridi/yesod-auth-fb
[Yesod Facebook Module]: https://github.com/kdridi/yesod-fb
[Haskell Facebook Module]: https://github.com/kdridi/fb