everyauth Questions

2

Solved

I am currently having a hell of time trying to store sessions in MongoDb. I've tried express-session-mongo and connect-mongodb and both give me the same "500 internal server error" when I try to l...
Anklebone asked 1/3, 2012 at 22:12

2

Solved

My configuration: app.configure(function(){ app.set('views', __dirname + '/views'); app.set('view engine', 'jade'); app.use(express.bodyParser()); app.use(express.cookieParser()); app.use(exp...
Neurogram asked 30/6, 2012 at 12:13

9

Solved

I am using node.js + express.js + everyauth.js. I have moved all my everyauth logic into a module file var login = require('./lib/everyauthLogin'); inside this I load my oAuth config file with the...
Cabana asked 30/11, 2011 at 20:12

7

Solved

Everyauth and Passport.js seem to have very similar feature sets. What are some of the positive and negative comparisons between the two that would make me want to use one over the other? ...
Confiscatory asked 15/8, 2012 at 18:27

3

I am new to nodejs, everyauth,etc. I am having some trouble with everyauth. In my view, if I access everyauth object, I get an error 'everyauth is not defined'. However the oauth flow itself works ...
Sorenson asked 27/8, 2012 at 2:53

2

Solved

I authenticate server-side with express.session. The normal way of communicating that session information client-side is to rerender the page with new HTML generated server-side, but this requires ...
Resinoid asked 7/1, 2012 at 15:39

1

Solved

I'm trying to use everyauth to handle authentication for a rest api created with restify. But can't find a starting point. I'd expect to be doing something like: var restify = require('restify'); ...
Virginiavirginie asked 27/10, 2012 at 14:56

1

Solved

I try to use socket.io id for multiple browser Window/Page. It's for SNS-auth-process using everyauth, and the project is based on express. Here is my project design: A full ajax main page maintain...
Raymonderaymonds asked 28/5, 2012 at 0:9

1

Solved

I don't understand what everyauth promises are. I see that I need to return a promise object or user, but what is an everyauth promise?
Giza asked 6/1, 2012 at 16:41
1

© 2022 - 2024 — McMap. All rights reserved.