JSONWebTokens.jl icon indicating copy to clipboard operation
JSONWebTokens.jl copied to clipboard

Secure your Julia APIs with JWT.

Results 12 JSONWebTokens.jl issues
Sort by recently updated
recently updated
newest added

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...

ref https://jwt.io/

ref https://jwt.io/