angular-pusher icon indicating copy to clipboard operation
angular-pusher copied to clipboard

AngularJS provider and service for Pusher

Results 11 angular-pusher issues
Sort by recently updated
recently updated
newest added

Bumps [express](https://github.com/expressjs/express) from 3.4.8 to 4.17.1. Release notes *Sourced from [express's releases](https://github.com/expressjs/express/releases).* > ## 4.17.1 > * Revert "Improve error message for `null`/`undefined` to `res.status`" > > ## 4.17.0 >...

dependencies

Bumps [semver](https://github.com/npm/node-semver) from 2.3.2 to 7.1.1. Changelog *Sourced from [semver's changelog](https://github.com/npm/node-semver/blob/master/CHANGELOG.md).* > # changes log > > ## 7.1.0 > > * Add `require('semver/preload')` to load the entire module without...

dependencies

Hi. I'm using JWT tokens for my app authentication. When the token expires my app automatically sends a retry request to refresh the token and repeats the original request. This...

Can you update this to the latest version please? Thanks

Would be nice to know what the arguments to .subscibe() should be and what they represent.

First of all, thanks for this library @doowb. I have something like this: ``` javascript var userAuthenticationToken = window.sessionStorage.authenticationToken; if (userAuthenticationToken !== '') { PusherServiceProvider .setToken(PUSHER_KEY) .setOptions({ authEndpoint: API_URL +...

I sometimes get this message when my connection is closed: `WebSocket connection to '[pusher url...]' failed: WebSocket is closed before the connection is established.`. It would be nice to have...

Implement more of the [client API features](http://pusher.com/docs/client_api_guide). - [ ] Connection (with Authentication) - [ ] Channels (Private / Presence) - [ ] Members - [ ] Client Events

Is it possible to set the auth header after angular's config phase (i.e. without going through PusherServiceProvider). At the configuration stage I still don't have the token.

Hello, I just saw in the bower.json you require angular 1.2 Would it be harmful to support angular 1.3 ?