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...
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...
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 ...
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 ...
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'); ...
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...
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?
1
© 2022 - 2024 — McMap. All rights reserved.