Nikolaus Piccolotto

Results 38 comments of Nikolaus Piccolotto

Yup, correct. I’ll see when I have some time to implement it. I’m curious: Do you intend to use the library in the browser or on the server?

Aren’t you exposing your client credentials (including the secret) then?

Ah, so you can do the ROPC flow with non-confidential clients as well. I kind of overread that.

Yes, do want. It's unlikely I get to this myself though, so I added the help label.

Hm, I'm running `Version 61.0.3163.100 (Official Build) (64-bit)`. I couldn't find a source for `passive` flag being `true` if not provided in Chrome, the best I got is [this](https://github.com/WICG/interventions/issues/18). So...

Hi! All users can write, the limitation is just for - the special endpoint for an app's criticality level which will be removed soon and - the `application.write_all` scope which...

:+1: I shouldn't have implemented it in the first place :disappointed:

Of course, there is an easy quick fix for my particular issue: In `mapservice.py`, change ```python if url[-1] != '?' : url += '?' ``` to ```python if url[-1] !=...