aboutsummaryrefslogtreecommitdiffstats
path: root/serve.go
diff options
context:
space:
mode:
authorbnewbold <bnewbold@robocracy.org>2012-09-21 13:28:02 +0200
committerbnewbold <bnewbold@robocracy.org>2012-09-21 13:28:02 +0200
commit4d4d22c17c63bae289764e02348c3693ff873d1a (patch)
tree188c508238f1c4e99c0f5fd4aabbbddc0369354c /serve.go
parent575dd002be18f170917a98f8bca891b4bd615f78 (diff)
downloadbommom-4d4d22c17c63bae289764e02348c3693ff873d1a.tar.gz
bommom-4d4d22c17c63bae289764e02348c3693ff873d1a.zip
update persona audience to bommom.com
Diffstat (limited to 'serve.go')
-rw-r--r--serve.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/serve.go b/serve.go
index e1b68a5..6447c58 100644
--- a/serve.go
+++ b/serve.go
@@ -80,7 +80,7 @@ func loginController(w http.ResponseWriter, r *http.Request) (err error) {
err = tmplAccount.Execute(w, context)
return
}
- audience := "http://localhost:7070"
+ audience := "http://bommom.com/"
vResponse := VerifyPersonaAssertion(r.FormValue("assertion"), audience)
if vResponse.Okay() {
session.Values["UserName"] = r.FormValue("UserName")