r-lib / httr2

Make HTTP requests and process their responses. A modern reimagining of httr.
https://httr2.r-lib.org
Other
235 stars 56 forks source link

jwt encode hmac wrapper typo fix #511

Closed denskh closed 1 month ago

denskh commented 1 month ago

Fixes httr2::jwt_encode_hmac wrapper parameters and calls correct jose::jwt_encode_hmac function. Issue: r-lib/httr2#508.

denskh commented 1 month ago

Updated NEWS.md.

hadley commented 1 month ago

Thank you!