jose icon indicating copy to clipboard operation
jose copied to clipboard

Add the library to https://jwt.io/libraries

Open mdbergmann opened this issue 1 year ago • 2 comments

And if it's just for visibility of Common Lisp

mdbergmann avatar Dec 21 '23 15:12 mdbergmann

Sounds good. Sending a PR is the only thing to do, I guess. https://github.com/jsonwebtoken/jsonwebtoken.github.io/tree/master/views/website/libraries

fukamachi avatar Dec 22 '23 02:12 fukamachi

OK, I could do it but I'm not sure about the supported features:

        "sign": true,
        "verify": true,
        "iss": false,
        "sub": false,
        "aud": false,
        "exp": false,
        "nbf": false,
        "iat": false,
        "jti": false,
        "hs256": true,
        "hs384": true,
        "hs512": true,
        "rs256": false,
        "rs384": false,
        "rs512": false,
        "es256": false,
        "es384": false,
        "es512": false,
        "ps256": false,
        "ps384": false,
        "ps512": false

If you could add those I can handle the PR and stuff.

mdbergmann avatar Dec 22 '23 06:12 mdbergmann