JSONWebTokens.jl
JSONWebTokens.jl copied to clipboard
Secure your Julia APIs with JWT.
need to choose between this package and [JWTs.jl](https://github.com/tanmaykm/JWTs.jl) can you tell what is the difference?
I have a use case where I need to provide an optional header claim. In my use case, I specifically need to provide the `kid` (key ID) header claim. However,...
I have a feature PR open currently (#21). Because that PR introduces a new feature, it should correspond to a minor version number bump, i.e. 1.2.0. So, before we merge...
Typically, if the JWT has the "kid" header value, then it is used to identify the signing key that was used to sign the token. In such cases, first the...
ES256 ES384 ES512
https://jwt.io/
https://jwt.io/
https://jwt.io/
ref https://jwt.io/
ref https://jwt.io/