wkampich left a comment (kamailio/kamailio#4584)
> Please before merge let me check also build on Alpine and RPM build on
> different arch.
>
> @wkampich could you also clarify. Is the module API which can be used in
> Kamailio config equal old module API? Should we package both modules (old and
> new) or we can just package new module version?
>
> P.S. I see module use `jw3_` prefix in functions names. It looks like need to
> package both module, old and new.
The module API can be used in Kamailio config equal to old module API. Please
note that the `key_mode` parameter has been removed.
Unlike the legacy jwt module, jwt3 does not statically cache key objects. This
aligns with libjwt v3.2+'s native support for JWK Sets (JWKS) and key rotation.
Since keys are selected dynamically based on the token's kid (Key ID) header,
strict static caching would not support key rotation events.
--
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/pull/4584#issuecomment-3864041605
You are receiving this because you are subscribed to this thread.
Message ID: <kamailio/kamailio/pull/4584/[email protected]>
_______________________________________________
Kamailio - Development Mailing List -- [email protected]
To unsubscribe send an email to [email protected]
Important: keep the mailing list in the recipients, do not reply only to the
sender!