Simon Hamp
Simon Hamp
As @alex-filat said, your SPA (if it is calling your OAuth service directly from the front-end) should be using an Implicit Grant. There are plenty of valid reasons to use...
Thanks @boyd. So I've reopened this for the issue around documentation.
@mtangoo relevant part is in the docs for the section you're referencing: > If the client type is confidential or the client was issued client credentials (or assigned other authentication...
@alessandroraffa not yet, but thanks for the suggestion. We'll keep this issue open until we have something.
@chervand That's nice. I think in most implementations, if the client requests scopes that aren't supported, the server should respond with an `invalid_scope` error. However, this is really useful for...
@neodc right now it looks like there are merge conflicts
I'm bumping into this a lot... has anyone started anything to solve it?
I've [installed the docker container](https://vkcom.github.io/kphp/kphp-basics/installation.html): ```shell docker pull vkcom/kphp ``` Created [the sample PHP file](https://vkcom.github.io/kphp/kphp-basics/compile-sample-script.html) exactly as shown (named `index.php`) Then [run the container](https://vkcom.github.io/kphp/kphp-basics/compile-sample-script.html#compile-and-run-with-docker): ```shell docker run -ti -v ~/Projects/kphp/:/tmp/dev:rw...
Ah ok. Is it possible for me to build it manually on ARM?
@khawala Please if you can share: - the relevant CSV import code (if you've customised the importer) - a sample of the CSV data you're trying to import (be sure...