You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've created PR in Centrifigo which uses your package as a dependency. What I'm trying to add is support for JWKS where encryption keys are rotating and to fetch appropriate public key kid header is used. See RFC
There is a problem with current Header which doesn't contain KeyID property. Previously it was presented in centrifugal/centrifugo#410.
I can create PR for that.
The text was updated successfully, but these errors were encountered:
Hi @danikarik thank you for the PR. I'm aware of this issue in Centrifugo, so big thank you for fixing it.
There is one little problem....I've merged things to the master on a way to v4. Today I'll try to cleanup a bit and I might ask you to rebase your change (probably without any conflict). Hopefully you'll understand my point :)
Hi!
I've created PR in Centrifigo which uses your package as a dependency. What I'm trying to add is support for JWKS where encryption keys are rotating and to fetch appropriate public key
kid
header is used. See RFCThere is a problem with current
Header
which doesn't contain KeyID property. Previously it was presented in centrifugal/centrifugo#410.I can create PR for that.
The text was updated successfully, but these errors were encountered: