-
### ⚠️ The example in this OP is outdated. See https://github.com/alloc/saus/issues/56#issuecomment-1143963756
---
Add an `authorizeRoutes` route hook, used like so:
```ts
// ./src/node/routes…
-
Trying to use the parseToken() in a controller method but it keeps saying it couldn't retrieve the token from the request. Digging into that, the request in my controller method has headers:
```php…
-
See: https://github.com/googleapis/google-cloud-node/pull/4205/checks?check_run_id=13174523254
If/when the post-processor takes ~2hrs to complete, the JWT it uses expires and it doesn't have the ne…
-
Hi,
Since #355 the API key header will get the value of the authorization header (if it is set in the request context; the class ApiKeyAuthenticationProvider handles this). However this causes pro…
-
CAIP-196 defines a straightforward way of transforming back to UCAN serialisation which works almost all the time, however it does not account for header entries apart from `alg` and `typ`. [While UCA…
-
When CSRF validation is enabled on the server side, there is an issue logging users out from the client (Chrome at least) using the navbar. When a request is submitted the following error is displayed…
-
Providing the JWT authentication token in the header of an HTTP request does not authorize requests.
![image](https://user-images.githubusercontent.com/24597228/139759134-98979db3-efc8-42d5-8568-87…
-
**API Platform version(s) affected**: 3.1
**Description**
I use the API Platform distribution. When the php container launches, I get an error message in the console:
```
In Hub.php line 107…
-
As promised during the previous DCP WG call, here I create the issue to introduce the value of having the parameters jwks within the openid4vci metadata, as proposed also in the federation wallet draf…
-
Hello,
I try to decode and verify a remote jwt.
I check error value, and get a `InvalidIssuer`
And I get ```{"alg":"none","typ":"JWT"}
null```
Here my code
```
void api::verify_token(std::st…
Ludea updated
5 years ago