jose icon indicating copy to clipboard operation
jose copied to clipboard

Javascript Object Signing and Encryption for R

Results 6 jose issues
Sort by recently updated
recently updated
newest added

The grace period for token validation is currently hard-coded to 60 seconds, see here: https://github.com/r-lib/jose/blob/429a463add39ed3329b2b7d6ac71e6a6e68d66f6/R/jwt.R#L171-L188 Would it be possible to make this configurable? It would help to test the token...

Thanks for the package, it works great. The only problem for me is that I'm using R as a client and I don't have the secret key available. I know...

See https://datatracker.ietf.org/doc/draft-ietf-jose-cfrg-curves/. We can use the sodium package to implement `curve25591` and `ed25591`.

Github Apps use jwt for authentication.

Add decoding tests using jwt's from another source like http://kjur.github.io/jsjws/tool_jwt.html

Hi I think it would be helpful if we could supply an url instead of a file. What do you think? Cheers