Skip to content

Commit

Permalink
Fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroen committed Jun 13, 2021
1 parent 758bf14 commit 648d559
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ 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/jeroen/r-lib/issues
BugReports: https://github.com/r-lib/jose/issues
Depends: openssl (>= 1.2.1)
Imports: jsonlite
RoxygenNote: 7.1.1
Expand Down
2 changes: 1 addition & 1 deletion vignettes/jwt.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ knitr::opts_chunk$set(echo = TRUE)
knitr::opts_chunk$set(comment = "")
```

JavaScript Object Signing and Encryption (JOSE) consists of a set of specifications for encryption and signatures based on the popular JSON format. This is work in progress, the IETF [jose workgroup](https://tools.ietf.org/wg/jose) usually has the latest information.
JavaScript Object Signing and Encryption (JOSE) consists of a set of specifications for encryption and signatures based on the popular JSON format. This is work in progress, the IETF [jose workgroup](https://tools.ietf.org/wg/jose/) usually has the latest information.

- [RFC7515](https://tools.ietf.org/html/rfc7515): JSON Web Signature (JWS)
- [RFC7516](https://tools.ietf.org/html/rfc7516): JSON Web Encryption (JWE)
Expand Down

0 comments on commit 648d559

Please sign in to comment.