Skip to content

A WASM filter made to manipulate JWT token headers and payloads.

License

Notifications You must be signed in to change notification settings

pranav-bhatt/JWTManipulator9000

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JWTManipulator9000

A WASM filter made to manipulate JWT token headers and payloads. Works best with the Meshery Project :)

Sample configuration to be passed:

{
  "add_header": [
    ["test1","test1"],
    ["test2","test2"]
  ],
  "del_header":[
    "test1"
  ],
  "add_payload": [
    ["test3","test3"],
    ["test4","test4"]
  ],
  "del_payload":[
    "test3"
  ],
  "payload_to_header": [
    "test2"
  ],
  "header_to_payload": [
    "test4"
  ]
}

About

A WASM filter made to manipulate JWT token headers and payloads.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages