derby-auth icon indicating copy to clipboard operation
derby-auth copied to clipboard

Provides authentication for DerbyJS projects

Results 20 derby-auth issues
Sort by recently updated
recently updated
newest added

Hi! I have a problem with the authentication example. ``` javascript /usr/bin/node server.js Master pid 4693 info: socket.io started 4696 listening. Go to: http://localhost:3000/ connect.multipart() will be removed in connect...

1. Run example 2. turn off server 3. wait appearing of "reconect" link 4. Turn on server And got in console error every 5-6 seconds, application can`t reconnect. if not...

Following line in index.js works fine with Facebook _.defaults(obj.conf, {callbackURL: "/auth/" + name + "/callback"})

https://gist.github.com/daslicht/b6c2daeeea1e6495044b is an error from attempting to use the example that comes with derby-auth. I'm not the one trying the package. He was on IRC trying to get help. #...

the ability to consolidate accounts (link twitter, link google, etc) after you've already created an account

important
feature

It'd be nice to have an option that limit a user to have one session only, e.g. logouts all other same user's sessions and keep only the newest logged in...

Hey guys: I am running the example. I can register a new user but I can't log in a registered user. This is part of the error log: 404: /login...

https://github.com/lefnire/derby-auth/blob/master/index.js#L316-L322 HabitRPG shouldn't be hard-coded anywhere in this library. Some other issues: - The username and new password should be HTML-escaped - This allows attackers to bother users by resetting...

important
feature

I'm not sure that this is strictly necessary, since we're encrypting / storing with SHA & salt on server - and protecting clear text sends with SSL. Opening topic here...

feature

@lefnire would like to use derby-auth but no idea what's going on. i've: - set up the middleware - set up the store - required the ui components - followed...