-
-
Notifications
You must be signed in to change notification settings - Fork 117
Closed
Description
| Q | A |
|---|---|
| Bug report? | no |
| Feature request? | no |
| BC Break report? | no |
| RFC? / Specification | no |
I have a generic question about the name of the $component argument one can pass to a Component/Checker/TokenTypeSupport.php implementation. What does $component mean in this context? It looks like it's the index of something referred to as a recipient on the token. Would it be better referred to as an $index? I'm not familiar enough with some of the more exotic forms of JWTs to guess from the name $component what that indicates. Perhaps I've overlooked something in the docs?
https://github.com/web-token/jwt-framework/search?utf8=%E2%9C%93&q=retrieveTokenHeaders&type=
Thanks for the insight! Love this library.