-
# Bug Report
## Description
I have this code:
```
val (request, response, result) = Fuel
.post(iamUrl)
.jsonBody(jwtPayload)
.response()
```
`jwtPayl…
-
In some scenarios, a Vaadin application may be called with a valid JWT in the header.
For that a Filter is used that populates the SecurityContext like in this example:
https://github.com/simasch/…
-
When implementing with AAD, my tenant has multiple keys that can be used at random to validate JWTs (depending on the `kid` in the JWT header). Is there a way to setup this module to validate against …
-
### What happened?
I would like to use auth.jwt to allow pod in kubernetes communication against grafana REST API.
Instead provision local accounts which static password, I would like to use servi…
-
I think the main idea to use JWT for stateless verification is great, however it would be nice to support apps with full page reloads.
i think that using only the cookie persistence (without header…
-
*Description*:
Hey all, first just some quick background before getting into the issue we're experiencing. We wrote a small service that is called by the `ext_authz` filter to perform an OIDC Authori…
-
my calendar has to get data from a internal service with JWT token requirement. is there any method to custom http request header?
E,g
```
$scope.eventSource = {
url: $scope.dataBaseServiceUrl +…
-
We are using [Firebase](https://firebase.google.com/) integration in our project. We have chosen the path of customToken implementation. Firebase customToken implementation works as follows:
- Fire…
-
In the implementation of jwt verification - https://github.com/awslabs/aws-support-tools/blob/master/Cognito/decode-verify-jwt/decode-verify-jwt.py. On line number 21 - 27 and 32 - 42, the code checks…
-
According to these docs, if you want to call the API as an connect app you need to pass JWT in the query string or header param:
https://developer.atlassian.com/cloud/bitbucket/authentication-for-a…