kiwiirc / plugin-fileuploader

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

EXTJWT issuer vs subject

vith opened this issue · comments

Currently the issuer field is used to look up the HMAC secret needed to perform token validation. When webircgateway is the true token and signature generation entity, it populates the issuer field with the irc network's common dns name. We may want to separate the subject IRC network from the issuer more clearly in the token data.

Related #55