-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
6 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|