-
Notifications
You must be signed in to change notification settings - Fork 2
Feature/state separation #4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Moved mainController to signatureValidatorController. Moved controllers and associated templates to features/ folder. Controllers and templates are now imported using webpack instead of angular DI.
Aligned styles between signature and JOSE validator.
robincher
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can update the readme.md with the new screenshots
src/features/paramsModal.js
Outdated
| Cancel | ||
| </button> | ||
| </div> | ||
| ` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can remove this orphan characters also.
robincher
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Additionally, just ensure the missing semi colons etc are added and bring down the code quality issues that are avoidable.
Made code neater.
|
Hi @weijunyu , Before you merge, remember to update the ChangeLog and commit it. |
README.md
Outdated
|
|
||
| ### Decrypting JWE | ||
|  | ||
|  |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Broken Image link
Should be 
README.md
Outdated
|
|
||
| ### Verifying JWS | ||
|  | ||
|  |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Broken Image link
Should be like this

Updated var declarations and code style.
Description
Separated JOSE and signature validator into separate states.
Fixes # (issue number)
Type of change
Please delete options that are not relevant.
How Has This Been Tested?
Manually using test files provided.