traefik-plugins / traefik-jwt-plugin

Traefik plugin which checks JWT tokens for required fields. Supports Open Policy Agent (OPA) and signature validation with JWKS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Proposal] support for reading token from cookie

swagftw opened this issue · comments

I read the code and right now middleware only supports parsing JWT token from header.

I am looking for support of parsing token from cookie as well. Are you planning to add support for that in future?
I can try to add support and raise a PR.