-
Unit tests should be runnable as a separate application and added with CMakes `add_test`. See [src/t](https://github.com/lighttpd/lighttpd1.4/tree/master/src/t) in the lighttpd repo.
Unfortunately,…
-
### Is your feature request related to a problem?
Today, surrealDB supports 3rd party authentication through JWT. In order to make this work, one needs to define a token in the following way, support…
-
**Describe the bug**
In 0.11.5 and below, the `Claims` object can be extracted from JWS regardless of whether the `cty` field is set on header or not.
From 0.12.0 onwards, if the `cty` header is…
-
I'm currently facing an issue where, after I refresh my token, the claims aren't being updated and the value is outdated. Until I create a new token by signin a user in.
I simply implemented a custom…
-
### Preflight Checklist
- [X] I could not find a solution in the documentation, the existing issues or discussions
- [ ] I have joined the [ZITADEL chat](https://zitadel.com/chat)
### Version
v2.11…
-
### What happened?
When i try test Sign & Verify JWT with jest based on examples
- https://github.com/panva/jose/blob/main/docs/classes/jwt_sign.SignJWT.md
- https://github.com/panva/jose/blob/ma…
-
https://github.com/DataBiosphere/azul/issues/3833#issuecomment-1190516562
In Swagger UI, combine access and ID token into a JSON structure
```
{
"access": …,
"id": …
}
```
serial…
-
```c
#include
#include
int main() {
jwt_t* jwt;
jwt_new(&jwt);
// HS256 token with secret 123
int ret = jwt_decode(&jwt, "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIi…
-
Vulnerable Library - PyJWT-1.7.1-py2.py3-none-any.whl
JSON Web Token implementation in Python
Library home page: https://files.pythonhosted.org/packages/87/8b/6a9f14b5f781697e51259d81657e6048fd31a11…
-
This is a proposal to change the `webid` claim to `solid` in access tokens and ID tokens.
The background for this is severalfold:
1. The current `webid` claim is very WebID specific, and WebIDs …