Skip to content

Commit 59413d1

Browse files
committed
Bases
0 parents  commit 59413d1

File tree

8 files changed

+30
-0
lines changed

8 files changed

+30
-0
lines changed

GLOSSARY.md

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
## JWT Framework
2+
3+
JWT Framework provides components and bundles that will help you to create and load web tokens (JWT).
4+
These web tokens can be signed (JWS) or encrypted (JWE) or both.
5+
6+
It also provides keys and key sets manager.

LANGS.md

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Languages
2+
3+
* [English](en/)
4+
* [Français](fr/)

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Introduction
2+

book.json

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"plugins": ["theme-api"],
3+
"pluginsConfig": {
4+
"theme-api": {
5+
"theme": "dark"
6+
}
7+
}
8+
}

en/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# JWT Framework

en/SUMMARY.md

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Sommaire
2+
3+
* [Introduction](README.md)
4+

fr/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# JWT Framework

fr/SUMMARY.md

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Sommaire
2+
3+
* [Introduction](README.md)
4+

0 commit comments

Comments
 (0)