Overview
Allows for an additional layer of security using signed JWT. This plug-in may also be used to integrate with external systems using JWS.
Key Functionality and Features
Uses JWTKs JJWT library: https://github.com/jwtk/jjwt
Hi John,
Thanks for this contribution.
Just one issue/ feedback which we found while using this so far:
In the token options data type, which is one of the input in "jwtsign" function, it seems the plugin is ignoring the "kid" field of the token options data type while building the JWT token.
Can this be fixed as we need this attribute for token authentication purposes?
Thanks!
Hi siddharthg837,
Thanks for bringing this up. I'll see if I can check this over the weekend and provide an update for the plugin.
Hi John.
Thanks a lot, I added the private key and it is working.
Thanks !!