Skip to content

Instantly share code, notes, and snippets.

View milaz's full-sized avatar

Michael Lazarev milaz

  • ne1connect
  • United Kingdom
View GitHub Profile
@milaz
milaz / FCCS.diff
Created February 10, 2012 22:30
HashDB Authentication Working
diff --git a/Foundation.hs b/Foundation.hs
index e4385fb..48a0fd2 100644
--- a/Foundation.hs
+++ b/Foundation.hs
@@ -17,8 +17,9 @@ import Yesod
import Yesod.Static
import Settings.StaticFiles
import Yesod.Auth
-import Yesod.Auth.BrowserId
-import Yesod.Auth.GoogleEmail
@milaz
milaz / FCCS.diff
Created February 10, 2012 21:33
Adding HashDB authentication
diff --git a/Application.hs b/Application.hs
index 797b7fb..0de5747 100644
--- a/Application.hs
+++ b/Application.hs
@@ -8,6 +8,7 @@ import Import
import Settings
import Settings.StaticFiles (staticSite)
import Yesod.Auth
+import Yesod.Auth.HashDB
import Yesod.Default.Config