-
This issue has been migrated from [#13391](https://github.com/matrix-org/synapse/issues/13391).
---
HS256, HS384 etc are symmetric signing algorithms for JWT tokens (see [RFC7518](https://datatracke…
-
Introduce standalone JOSE support module with JWT/JWK/etc.
Support for JWK encoding/decoding can also be used afterwards in providers other than WebCrypto.
Full list of RFCs:
- JWS: https://datat…
-
Hi,
Great library and I have been able to seamlessly generate the Keys.
How would I now be able to generate a Derived Key as mentioned here:
https://tools.ietf.org/html/rfc7518#section-4.6
Thank…
-
First of all currently it is not possible to use straight `sphinx-build` command to build documentation out of source tree
```console
+ /usr/bin/sphinx-build -n -T -b man docs build/sphinx/man
…
-
Hi there,
Following up on https://github.com/dogtagpki/pki/issues/3729. "Unsupported JWS algorithm: ES256"
RFC 8555:
> An ACME server MUST implement the "ES256" signature algorithm
> [[RFC…
mholt updated
7 months ago
-
Hey,
i tried your library and the one from Microsoft (Microsoft.IdentityModel.JsonWebTokens) and the interoperability between both.
https://datatracker.ietf.org/doc/html/rfc7518#section-4.6.2 seems …
-
## The Problem
Right now the [following code executes without error](https://go.dev/play/p/9WqOc6k3UlQ):
```go
func main() {
bogusKey := []byte("")
token := jwt.NewWithClaims(jwt.SigningMet…
-
### Description
We had a small surprise when doing tests on latest master in regards to
token authentication. When trying out the code at commit 2314320a70a88dd1527b37d058066b5e7cad8afa
the service…
-
Section 9.2 of the specification states the required supported key sizes as: -
> Support for RSA Public Keys of 1024 or 2048 bits in length is required. Other key sizes are allowed,
> but should b…
-
Functions `hash`, `new_hasher`, `hmac` and `sign_message` all use `HashAlgorithm` to define which algorithm to use.
I tried adding new hash algorithms supported by Erlang and Node.js. I stumbled on…