Skip to content

Commit

Permalink
Update DESCRIPTION
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroen committed Oct 3, 2024
1 parent 913b064 commit 0930c26
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,13 @@ Version: 1.2.1
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.
Web Signatures (JWS, rfc7515) and encode/decode JSON Web Tokens (JWT, rfc7519)
<https://datatracker.ietf.org/wg/jose/documents/>. These standards provide
modern signing and encryption formats that are natively supported by browsers
via the JavaScript WebCryptoAPI <https://www.w3.org/TR/WebCryptoAPI/#jose>,
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
URL: https://r-lib.r-universe.dev/jose
BugReports: https://github.com/r-lib/jose/issues
Depends: openssl (>= 1.2.1)
Imports: jsonlite
Expand Down

0 comments on commit 0930c26

Please sign in to comment.