File tree Expand file tree Collapse file tree 1 file changed +18
-10
lines changed
src/Pages/Home/JwtDecoder Expand file tree Collapse file tree 1 file changed +18
-10
lines changed Original file line number Diff line number Diff line change 1
- @page " ~/jwt-decoder"
1
+ @page " ~/jwt-decoder"
2
2
@model IdentityServerHost .Pages .Home .JwtDecoder
3
3
4
4
<!-- Google Tag Manager (noscript) -->
23
23
Always be cautious when pasting JWTs, as they may contain credentials or sensitive information.
24
24
</div >
25
25
</div >
26
- <div class =" jwt-decoder-container container-fluid container-lg" >
27
- <div class =" row align-items-stretch" >
28
- <div class =" col-12 col-md-6 pb-4 pb-md-0" >
26
+ <div class =" pb-2" >
27
+ <div class =" custom-control custom-switch custom-control-inline" >
28
+ <input class =" custom-control-input" type =" checkbox" id =" explainClaims" >
29
+ <label class =" custom-control-label" for =" explainClaims" >
30
+ Show claim information
31
+ </label >
32
+ </div >
33
+ <div class =" custom-control custom-switch custom-control-inline" >
34
+ <input class =" custom-control-input" type =" checkbox" id =" togglePresenterMode" >
35
+ <label class =" custom-control-label" for =" togglePresenterMode" >
36
+ Presenter mode
37
+ </label >
38
+ </div >
39
+ </div >
40
+ <div class =" jwt-decoder-container container-fluid container-lg p-0" >
41
+ <div class =" row-jwt row align-items-stretch" >
42
+ <div class =" col-jwt col-12 col-md-6 pb-4 pb-md-0" >
29
43
<h3 >Encoded JWT</h3 >
30
44
<div class =" h-100 d-flex flex-column" >
31
45
<div class =" form-group flex-grow-1" >
44
58
</div >
45
59
<div class =" col-12 col-md-6 pb-4 pb-md-0" >
46
60
<h3 >Decoded JWT</h3 >
47
- <div class =" form-check" >
48
- <input class =" form-check-input" type =" checkbox" value =" 1" id =" explainClaims" >
49
- <label class =" form-check-label" for =" explainClaims" >
50
- Show claim information
51
- </label >
52
- </div >
53
61
<div class =" jwt-decoded-output" >
54
62
<h4 >Header</h4 >
55
63
<pre id =" jwt-header" class =" jwt-decoded jwt-header bg-dark p-2" >  ; </pre >
You can’t perform that action at this time.
0 commit comments