-
It would be great if there was a way to have the authorization code provided to withings-exporter using the callback URL. This is convenient when e.g. running it as a daemon, where it's impossible to …
-
We use `https://$SYNDESIS/api/v1/credentials/callback` as the URL for OAuth callbacks, perhaps we could route in nginx by existence of a cookie to that URL making the callback URL simply `https://$SYN…
-
The following callback needs to be executed as it is passed into the transcoder.
`
-progressurl http://127.0.0.1:32400/video/:/transcode/session/7t8j0klvbeam293gc2b2bgxt/8be34f27-d440-4402-9645-b3…
-
When the `callbackfail` URL is called it is incorrectly formatted and places the query parameters before other parts of the URL needed for some web apps using /# based routing.
**Expected Redirect…
-
### Check List
Thanks for considering to open an issue. Before you submit your issue, please confirm these boxes are checked.
- [x] I have read the [wiki page](https://github.com/onevcat/Kin…
-
Hi,
is possibile use this api from a console application (not web)? Or exist other way to post new items with another type of authentication (i.e. server-to-server) ?
I need to create a task applic…
-
Hi,
when doing a silent signing, the callback always expects that there is a custom state `url_state`. This is required because:
SigninResponse.ts:
```ts
const splitState = decodeURIComponent(t…
-
Is it possible to specify or edit the code that will allow the callback URL to be set to 'oob'? To allow:
> Out-of-band handling is triggered by setting the callback URL to the string oob. Rather t…
-
If the Twitter application has a callback URL it doesn't finish authenticating and self closing, it redirects to the URL. If I remove the callback URL it works perfectly.
-
In RPCImpl callback I can access requestData. That is UInt8Array.
I want to write the request message to Any field of generic Request object
```
message RpcRequest {
google.protobuf.Any data = …