Custom middleware for validating JWT

Hi,

As I understand it is not yet possible to create custom plugins/middlewares for traefik. So I guess this leaves me to try to fork and extend the current code base in order to implement a JWT token validator. I understand that I can use the ForwardAuth for this, but my intent is to learn the internals of Traefik also.

Does anyone have any pointers for me regarding where to start.

Thanks.

Greetings, are you aware that the EE version of Traefik offers this functionality? https://docs.containo.us/middlewares/jwt/

To answer your question, you may find the discussion in this issue helpful on getting started with implementing this yourself: https://github.com/containous/traefik/issues/593

Warm regards,
Kevin C.

@blendsdk and for what it's worth, my crystal ball is saying that support for custom middlewares for traefik is not coming.

@zespri The team has been hard at work putting the foundation in place for this to work with Yaegi. We're expecting a beta soon, but as with all things software development it's hard to say exactly when.

@notsureifkevin That's unexpected, exciting and awesome! Thank you so much for sharing!
Any more info on how this is going to work? Any examples? What API for pluggability is going to look like? I understand that it's likely not finalised, but would be interested in hearing current thoughts.

1 Like