coupergateway / couper

Couper is a lightweight API gateway designed to support developers in building and operating API-driven Web projects
https://couper.io
MIT License
84 stars 15 forks source link

#769 update jwt lib #796

Closed johakoch closed 7 months ago

johakoch commented 7 months ago

Updated JWT lib to v5.2.0

To address the concerns @malud voiced in https://github.com/coupergateway/couper/issues/769, I store created parser per (serialized) parser config (currently algorithms, audience, issuer).


Reviewer checklist
  • Read PR description: a summary about the changes is required
  • Changelog updated
  • Documentation: docs/{Reference, Cli, ...}, Docker and cli help/usage
  • Pulled branch, manually tested
  • Verified requirements are met
  • Reviewed the code
  • Reviewed the related tests