edgeworkers-examples
edgeworkers-examples copied to clipboard
Feature/media jwt module
Edge worker compatible JWT module.
Limitations
- Currently the module only support API's for verification of JWT tokens that are generated using RS256 or HS256 algorithm.
- As of now, EW do not support KMI to manage verification keys, hence these keys are fetched from property manager user defined variable which might not be a secure way. More details on user defined variables can be found here
Dependencies/Todo
- [ ] Add documentation page link.
- [x] Required crypto, encoding and base64 inbuilt modules on production
- [x] Add definition for crypto, encoding and base64 inbuilt module to akamai-edgeworkers
@cosjef @dctheobald what do you guys think of the path for this should be? currently it's
delivery/common/jwt/
Hi @bmatthew , @evan-hughes : I have made the suggested changes. Kindly review. Thanks!
Hi @bmatthew , @evan-hughes : I have made the suggested changes. Kindly review. Thanks!
Existing approvals still stand. Just let us know when you want to merge.
Hi @bmatthew , @evan-hughes : we are good to merge this PR. Kindly merge the PR.