BTBurke / caddy-jwt

JWT middleware for the Caddy server
MIT License
114 stars 39 forks source link

JWT custom-claims as var #7

Closed ghost closed 8 years ago

ghost commented 8 years ago

So i want get a custom claims as var and proxy that requests. It's possible with your plugin?

BTBurke commented 8 years ago

Yes the claims are passed in the headers. You can check out the section of the docs where it talks about acting on claims in the token

ghost commented 7 years ago

So if i have many jwt parts? what kind of behavior i will wait?