All notable changes to this project will be documented in this file.
This project adheres to Semantic Versioning.
- Moved from Bootstrap 3 to 4.
- Major refactor and redesign. API URLs can directly be used.
- Test requests can be made with GET, PUT, POST or DELETE.
- Request bodies can be attached with type application/json or application/x-www-form-urlencoded.
- Set-up snyk cli for patching
- Update vulnerable node dependency
- Signature token generated no longer contains query params
- Recognizes all PEM formatted private key headers for L2 signatures
- Fixed query params handling in signature validator path
- Added support for the signature validator to load L2 private keys with -----BEGIN PRIVATE KEY----- headers
- Pre validation check for JOSE feature
- Improve general code quality
- UI to handle verification for JWS and JWE
- State separation between signature validator and JOSE validator
- .gitignore for local testing folder
- JOSE dependecy in package.json
- JOSE Verify and Decrypt feature
- Patch vulnerable dependency
- Change Log
- Contribution Template
- Pull Request and Issue Template
- Moved all assets inline into output html.
- Improve UI and Build Configuration
- Production build config in webpack
- Initial release