Description:
Official discussion group for everyauth, an authentication library for your node.js applications.
|
|
|
Is there anyone alive out there?
|
| |
Does anyone know the status of the everyauth project? No pull requests have been merged for 3 months and there are 32 open pull requests and 157 issues. Is anyone still maintaining this project or has it been abandoned?
|
|
Node.js everyauth cluster error
|
| |
I write scalable application with node.js and have a problem. When I click on facebook auth link (/auth/facebook) and when it's redirect me back — throws the error:
{"error":{"message":"redirect_ uri isn't an absolute URI. Check RFC 3986.","type":"OAuthException" ,"code":191}}
I think, it's because I use cluster. I try to set RedisStore for session:... more »
|
|
Unable to run npm install
|
| |
I am using Express 3.0.3 and unable to execute the command: $ npm install git://github.com/bnoguchi/ever yauth.git#express3 npm ERR! TypeError: Cannot call method 'match' of undefined npm ERR! at C:\Program Files\nodejs\node_modules\npm\ lib\cache.js:377:25 npm ERR! at exports.lock.fs.open.locks.(an onymous function) (C:\Program... more »
|
|
Unable to run example
|
| |
I ran "npm install", which failed, and then "node server.js" - which also failed: Error: Cannot find module '../restler' at Function.Module._resolveFilena me (module.js:338:15) at Function.Module._load (module.js:280:25) at Module.require (module.js:362:17) at require (module.js:378:17)... more »
|
|
OpenID IDP for Google hosted domains
|
| |
Hi I would like to get single sign on (SSO) working from a Google apps domain to a node.js project. For Google apps domains the discovery protocol is an extension of the normal OpenID approach. Has anyone looked into, or able to point me in the right direction for making it work with everyauth? I've been looking into doing the job with passport.js but not made it work... more »
|
|
|