Skip to content

Commit 13dd43c

Browse files
committed
Remove unsupported claim checks from ruby2, fixes #145.
1 parent 1cb4eda commit 13dd43c

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

views/libraries/ruby2.jade

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,31 +13,31 @@ article.jwt-ruby.ruby.accordion(data-accordion)
1313
i.icon-budicon-500
1414
| Verify
1515
p
16-
i.icon-budicon-500
16+
i.icon-budicon-501
1717
code iss
1818
| check
1919
p
20-
i.icon-budicon-500
20+
i.icon-budicon-501
2121
code sub
2222
| check
2323
p
24-
i.icon-budicon-500
24+
i.icon-budicon-501
2525
code aud
2626
| check
2727
p
28-
i.icon-budicon-500
28+
i.icon-budicon-501
2929
code exp
3030
| check
3131
p
32-
i.icon-budicon-500
32+
i.icon-budicon-501
3333
code nbf
3434
| check
3535
p
36-
i.icon-budicon-500
36+
i.icon-budicon-501
3737
code iat
3838
| check
3939
p
40-
i.icon-budicon-500
40+
i.icon-budicon-501
4141
code jti
4242
| check
4343
.column

0 commit comments

Comments
 (0)