-
(Updated, fixed code)
The current way of sending an auth token via the auth extension is not/no longer allowed by the json spec and you have said (via email) we should use the header "Authorization…
-
Hello @ianstormtaylor,
coming from [Bearer Token Usage](https://tools.ietf.org/html/rfc6750) environment there are a couple of things I couldn't find in your library. These might make sense to adop…
panva updated
6 years ago
-
**Description**
We need a way to persist and destroy the passkey on the device to allow apps that have authentication to be able to persist the passkey locally and avoid the user having to provide …
-
I realise that it's possible to use the HTTP trigger for these services (or even apprise, MQTT or SMTP if you're feelig adventureous) but native support would for these notification services would be …
-
Hi!
**1. What is not working as documented?**
Sync Access via WebDAV running on a Truenas server seems to be broken. No matter if I choose up- or download, I get the same error messages.
Error …
-
- `--check-status` is enabled by default unless xh is used in [strict compatibility mode](https://github.com/ducaale/xh#strict-compatibility-mode).
- Rustls is used by default instead of the system's…
-
**Describe the bug**
When trying to use authentication handler, `AuthenticatedHttpClientHandler` like in the readme (ln 570), I get error
```
'AuthenticatedHttpClientHandler' is inaccessible due to…
-
I have a reusable block and I am trying to return it's dynamicContent
```js
{
reusableBlock(id: "10061756", idType: DATABASE_ID) {
blocks {
dynamicContent
saveContent
}
…
-
Hi there,
as i want to create screen shots from my website as a logged in user, i think i need to go for the authorization option in my urlbox.io api query.
Unfortunately my approach didn't work a…
mblpz updated
6 years ago
-
Heya, as the first line in your controller you do:
`
$this->resourceServer->validateAuthenticatedRequest($request);
`
This checks if there is a bearer token with a valid access token in the Au…