-
-
Notifications
You must be signed in to change notification settings - Fork 423
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #118 from SasanLabs/UI_Handling
Fixing UI little
- Loading branch information
Showing
5 changed files
with
140 additions
and
81 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
24 changes: 12 additions & 12 deletions
24
src/main/resources/static/templates/JWTVulnerability/LEVEL_2/JWT_Level2.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
<div id="jwt_level_2"> | ||
<div> | ||
<div id="fetchToken"> | ||
<button id="fetchTokenButton">Click here to fetch the JWT | ||
token</button> | ||
</div> | ||
<div id="description"> | ||
JWTToken: <div id="jwtToken"></div> | ||
<button id="verifyToken">Verify</button> | ||
<div id="verificationResponse"></div> | ||
<div> | ||
Note: Please clear the cookies from browser. | ||
</div> | ||
<div id="fetchToken"> | ||
<button id="fetchTokenButton"> | ||
Click here to fetch the JWT token | ||
</button> | ||
</div> | ||
<div id="description"> | ||
JWTToken: <div id="jwtToken"></div> | ||
</div> | ||
<button id="verifyToken">Verify</button> | ||
<div id="verificationResponse"></div> | ||
<div id="Note"> | ||
Note: Please clear the cookies from browser. | ||
</div> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters