Stephan van Rooij
Stephan van Rooij
@unaizorrilla some days later 😝
Vouch proxy doesn't support application access. The login flow is meant for the use in browsers. Having the 401 converted to a redirected is a perfect implementation of the authentication....
Microsoft adds a random guid to every issued token, I think it's in the `jti` (json token id) claim. Then you would be able to keep a list of "revoked"...
@omersiar what would need to happen to have this implemented? I got already got your board in the mail and I would really like it with the support for pin’s....
@dkotrada have you tried using it? We are using it in our TypeScript library [here](https://github.com/svrooij/node-sonos-ts/blob/master/src/helpers/xml-helper.ts).
1. the browser running your web application doesn't support UDP sockets. So multicast won't work for discovery 2. The Sonos speakers don't support **cors** so you'll need to make a...
I like the idea to do this, why isn't sonos doing this by itself? Apart from that, this seems like something that is perfectly testable. Can you create a test...
@GerritKuilder I must admit that this isn't documented anywhere, but you can set the environment variable `SONOS_LISTENER_PORT` to change the port that is used for the listener. My I ask...
Do you have an idea where this should be documented?
Why would you control a bridge? care to create a PR for this? Can the app using this library not just filter out the boost (with the possibly good filter...