passport-tequila
Advanced tools
Comparing version 0.1.15 to 0.1.16
{ | ||
"name": "passport-tequila", | ||
"version": "0.1.15", | ||
"version": "0.1.16", | ||
"private": false, | ||
@@ -40,6 +40,6 @@ "scripts": { | ||
"type": "git", | ||
"url": "git://github.com/epfl-sti/passport-tequila.git" | ||
"url": "git://github.com/epfl-si/passport-tequila.git" | ||
}, | ||
"bugs": { | ||
"url": "http://github.com/epfl-sti/passport-tequila/issues" | ||
"url": "http://github.com/epfl-si/passport-tequila/issues" | ||
}, | ||
@@ -46,0 +46,0 @@ "license": "MIT", |
@@ -22,3 +22,3 @@ # Passport-Tequila | ||
See [the express and passport demo | ||
app](https://github.com/epfl-sti/passport-tequila/tree/master/examples/express-passport) | ||
app](https://github.com/epfl-si/passport-tequila/tree/master/examples/express-passport) | ||
for a working example (requires a Tequila server in your domain, which | ||
@@ -25,0 +25,0 @@ means it is most likely to work from inside EPFL). |
@@ -63,3 +63,3 @@ 'use strict'; | ||
function respondWithDict(res, dict) { | ||
res.set("Content-Type", "text/plain; charset=UTF-8").send(new Buffer( | ||
res.set("Content-Type", "text/plain; charset=UTF-8").send(Buffer.from( | ||
Protocol.dict2txt(dict))); | ||
@@ -66,0 +66,0 @@ } |
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
46823