I would like to build an ApiKey for the security p...
# http4k
s
I would like to build an ApiKey for the security portion of the contract that adds to the request context as well as looks at the token that is provided in a header. I had the token vallidation in the header done but don't know how I might add to the request context from the (t) -> boolean in the APIKey? Is there a lens that is just a one to one mapping with the request?