-
Notifications
You must be signed in to change notification settings - Fork 19
Socket client should automatically auth on reconnect #2
Comments
related to feathersjs-ecosystem/authentication#272 |
I thought this was complete but there is a bug so I'm not going to close this just yet. I'm not testing a server shutdown only emitting a |
Closed by #9. Released in v0.1.2 |
@marshallswain @ekryski After #9 feathers deals with reconnection or it needs any configuration? I'm having a lot of problems with reconnection. |
@efgonz can you describe in more detail the problems you are seeing? |
Thanks for answering @marshallswain, I have looked around and your support is awfully good here. Describing my issue: I have gotten into feathers js in a new team, so I'm new with it , they have "feathers-authentication": "0.7.12", and they decided that won't migrate to v.1 where I can see that to implement re-authentication after server goes down or the client loses connectivity is supported and simple with feathers-authentication-client, but for v.0.7, what are my options? Thanks in advanced. |
@efgonz you'll need to Sorry. Lots of stuff going on. You can see the code that we use to reauthenticate in the and the upgrade handling here: https://github.com/feathersjs/feathers-authentication-client/blob/master/src/passport.js#L61 |
@marshallswain I already based on feathers-authentication-client and works perfectly , thank you for the support. |
@marshallswain commented on Wed Oct 12 2016
I'm in the process of making a new version of can-connect-feathers that uses the real feathers-client. This is something that probably ought to be in the feathers-auth client.
The text was updated successfully, but these errors were encountered: