Skip to content
This repository has been archived by the owner on Sep 13, 2019. It is now read-only.

Commit

Permalink
update webmaker-auth
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher De Cairos committed Jul 15, 2014
1 parent 56e22cb commit 07e8f8d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion app.js
Expand Up @@ -48,7 +48,8 @@ var app = express(),
}),
parameters = require('./lib/parameters'),
webmakerAuth = new WebmakerAuth({
loginURL: env.get("LOGINAPI"),
loginURL: env.get("LOGIN"),
authLoginURL: env.get("LOGINAPI"),
secretKey: env.get("SESSION_SECRET"),
domain: env.get("COOKIE_DOMAIN"),
forceSSL: env.get("FORCE_SSL")
Expand Down
1 change: 1 addition & 0 deletions env.dist
Expand Up @@ -6,6 +6,7 @@ export APP_HOSTNAME="http://localhost:12416"
export HACKPUBURL="http://localhost:12416/"

# Webmaker SSO information
export LOGIN="http://localhost:3000"
export LOGINAPI="http://testuser:password@localhost:3000"
export AUDIENCE="http://localhost:7777"

Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -23,7 +23,7 @@
"noxmox": "0.2.4",
"nunjucks": "0.1.10",
"sequelize": "1.6.0",
"webmaker-auth": "0.1.1",
"webmaker-auth": "0.1.3",
"webmaker-download-locales": "0.1.2",
"webmaker-locale-mapping": "latest",
"webmaker-loginapi": "https://github.com/mozilla/node-webmaker-loginapi/tarball/v0.1.18",
Expand Down

0 comments on commit 07e8f8d

Please sign in to comment.