babelouest / rhonabwy

Javascript Object Signing and Encryption (JOSE) library - JWK, JWKS, JWS, JWE and JWT
https://babelouest.github.io/rhonabwy/
GNU Lesser General Public License v2.1
45 stars 21 forks source link

Serialize alg in JWK mode when using existing keys #33

Closed sjoerdsimons closed 11 months ago

sjoerdsimons commented 11 months ago

When parsing and outputting JWKS also respect the "alg" argument and serialize it into the JWKS

babelouest commented 11 months ago

Thanks @sjoerdsimons !