File tree 3 files changed +36
-1
lines changed
3 files changed +36
-1
lines changed Original file line number Diff line number Diff line change @@ -4,3 +4,8 @@ JWT Framework provides components and bundles that will help you to create and l
4
4
These web tokens can be signed (JWS) or encrypted (JWE) or both.
5
5
6
6
It also provides keys and key sets manager.
7
+
8
+ ## JWT
9
+
10
+ Web token. This token is described in the [ RFC7519] ( https://tools.ietf.org/html/rfc7519 ) .
11
+
Original file line number Diff line number Diff line change 1
1
# JWT Framework
2
+
Original file line number Diff line number Diff line change 1
1
{
2
- "plugins" : [" theme-api" ],
2
+ "title" : " JWT Framework" ,
3
+ "author" : " Florent Morselli" ,
4
+ "language" : " en" ,
5
+ "plugins" : [" theme-api" ," autocover" ],
3
6
"pluginsConfig" : {
4
7
"theme-api" : {
5
8
"theme" : " dark"
9
+ },
10
+ "autocover" : {
11
+ "font" : {
12
+ "size" : null ,
13
+ "family" : " Impact" ,
14
+ "color" : " #FFF"
15
+ },
16
+ "size" : {
17
+ "w" : 1800 ,
18
+ "h" : 2360
19
+ },
20
+ "background" : {
21
+ "color" : " #09F"
22
+ }
23
+ },
24
+ "pdf" : {
25
+ "pageNumbers" : true ,
26
+ "fontSize" : 12 ,
27
+ "fontFamily" : " Arial" ,
28
+ "paperSize" : " a4" ,
29
+ "margin" : {
30
+ "top" : 56 ,
31
+ "bottom" : 56 ,
32
+ "left" : 62 ,
33
+ "right" : 62
34
+ }
6
35
}
7
36
}
8
37
}
You can’t perform that action at this time.
0 commit comments