added facebook auth

This commit is contained in:
JT Smith 2010-08-27 13:03:58 -05:00
parent 4da8638444
commit 61bd01b5f3
10 changed files with 415 additions and 1 deletions

View file

@ -1,4 +1,5 @@
8.0.0
- Replaced the existing caching mechanism with memcached, which results in a 400% improvement to cache speed. See migration.txt for API changes and gotcha.txt for prereq changes.
- Added "hot sessions" so sessions interact with the database less.
- Added Facebook Auth and FacebookLogin macro.

View file

@ -16,6 +16,7 @@ save you many hours of grief.
* WebGUI now requires the following modules
- Moose
- CHI
- Facebook::Graph
7.9.8
--------------------------------------------------------------------