forked from r-lib/jose
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
27 lines (27 loc) · 1005 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Package: jose
Type: Package
Title: JavaScript Object Signing and Encryption
Version: 1.2.0
Authors@R: person("Jeroen", "Ooms", role = c("aut", "cre"),
email = "[email protected]", comment = c(ORCID = "0000-0002-4035-0289"))
Description: Read and write JSON Web Keys (JWK, rfc7517), generate and verify JSON
Web Signatures (JWS, rfc7515) and encode/decode JSON Web Tokens (JWT, rfc7519).
These standards provide modern signing and encryption formats that are natively
supported by browsers via the JavaScript WebCryptoAPI, and used by services
like OAuth 2.0, LetsEncrypt, and Github Apps.
License: MIT + file LICENSE
URL: https://datatracker.ietf.org/wg/jose/documents/
https://www.w3.org/TR/WebCryptoAPI/#jose
https://github.com/r-lib/jose
BugReports: https://github.com/r-lib/jose/issues
Depends: openssl (>= 1.2.1)
Imports: jsonlite
RoxygenNote: 7.1.2
VignetteBuilder: knitr
Suggests:
spelling,
testthat,
knitr,
rmarkdown
Encoding: UTF-8
Language: en-US