Hi, we are phasing out an API gateway that did aut...
# talk-oathkeeper
e
Hi, we are phasing out an API gateway that did authentication using HMAC signed tokens. We initially tried to replace the token validation with Oathkeepers
oauth2_introspection
handler calling a custom token introspection endpoint. However, the added latency and load was too much, despite caching. I have now built HMAC token validation directly into Oathkeeper as an additional authenticator. Is this something you'd consider adding? Just want to make sure before making additional efforts (design document, PR, ...).
p
Hi @User This sounds quite cool! I think create an issue so that you can discuss the details of your implementation there before creating a PR.
e
ory 1