Giter VIP home page Giter VIP logo

Comments (7)

btford avatar btford commented on June 19, 2024 1

One option is to use resolve in your routes. Another would be to have a service that returns a promise that eventually resolves to the socket instance once the auth finishes.

from angular-socket-io.

btford avatar btford commented on June 19, 2024

Without knowing how your authentication works, I can't offer any definitive advice.

I'm assuming you have some sort of server-side flow that sets cookies as a response back from the server which is why you need to refresh.

As far as angular-socket-io is concerned, there's no reason you can't invoke the socketFactory after some auth handshake with the server.

from angular-socket-io.

jrthib avatar jrthib commented on June 19, 2024

That is actually quite helpful, and yes that is exactly correct. I set some cookies based on the response from the server. How would I go about invoking the socketFactory later? Right now I'm including it in a controller that shouldn't get used until you move to an inner page.

from angular-socket-io.

jrthib avatar jrthib commented on June 19, 2024

Great thanks! I'll give these a try.

from angular-socket-io.

jrthib avatar jrthib commented on June 19, 2024

I ended up creating a promise in my socket factory that resolves after authentication when it receives an event broadcast from the auth service. Seems to be working good so far.

from angular-socket-io.

jrthib avatar jrthib commented on June 19, 2024

Here's an example: https://gist.github.com/jrthib/4ce016449a29811d71b5. I hope this helps!

On Jul 16, 2014, at 6:59 PM, Dadocat [email protected] wrote:

Any chance to have a sample example for the promise you implemented in your factory ? Thanks a lot


Reply to this email directly or view it on GitHub.

from angular-socket-io.

Razgort avatar Razgort commented on June 19, 2024

Like it is said here : https://github.com/rakeshok/socket.io-client-cookie
If you want to check for authentification you need to get the cookie. Or socket.io-client does not allow to send cookies apparently ....
If someone find a fix or a wait to use the patch in angular, I'll take it =)

from angular-socket-io.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.