edgeworkers-examples icon indicating copy to clipboard operation
edgeworkers-examples copied to clipboard

Feature/media jwt module

Open sverekar opened this issue 2 years ago • 1 comments

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

sverekar avatar Sep 23 '22 13:09 sverekar

@cosjef @dctheobald what do you guys think of the path for this should be? currently it's delivery/common/jwt/

sscian avatar Sep 23 '22 16:09 sscian

Hi @bmatthew , @evan-hughes : I have made the suggested changes. Kindly review. Thanks!

sverekar avatar Apr 24 '23 15:04 sverekar

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.

bmatthew avatar Apr 24 '23 15:04 bmatthew

Hi @bmatthew , @evan-hughes : we are good to merge this PR. Kindly merge the PR.

sverekar avatar Apr 25 '23 12:04 sverekar