seanmonstar / warp

A super-easy, composable, web server framework for warp speeds.
https://seanmonstar.com/post/176530511587/warp
MIT License
9.59k stars 723 forks source link

Add peer certificates for mtls to Warp #1108

Closed joelweinberger closed 1 month ago

joelweinberger commented 1 month ago

This adds support for accessing the peer certificates of a valid mtls connection in warp.

Note that this is a cherry-pick of https://github.com/seanmonstar/warp/pull/942 updated to work on tip-of-tree warp.

joelweinberger commented 1 month ago

@seanmonstar Apologies. I meant this as a work in progress and did not mean to post this. If you can delete this PR, I'd greatly appreciate it.