Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 290 Bytes

README.md

File metadata and controls

14 lines (13 loc) · 290 Bytes

decrypt_jwe

Experimenting with JWE decryption

Usage

  1. Rename .env_template to .env
  2. Provide the env variables for the private key (JWK format) and encrypted ID token (JWE format)
  3. Install the required node packages:
npm install
  1. Run the application:
node index.js