Skip to content

Commit 270c0a8

Browse files
Spomkygitbook-bot
Spomky
authored andcommitted
GitBook: [master] 7 pages modified
1 parent a02564e commit 270c0a8

File tree

7 files changed

+2
-14
lines changed

7 files changed

+2
-14
lines changed

SUMMARY.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* [Algorithm Management \(JWA\)](components/algorithm-management-jwa.md)
66
* [Key \(JWK\) and Key Set \(JWKSet\)](components/key-jwk-and-key-set-jwkset/README.md)
77
* [Key Management \(JWK\)](components/key-jwk-and-key-set-jwkset/key-management.md)
8-
* [Key Set Management](components/key-jwk-and-key-set-jwkset/key-set-management.md)
8+
* [Key Set Management \(JWKSet\)](components/key-jwk-and-key-set-jwkset/key-set-management.md)
99
* [Header Checker](components/header-checker.md)
1010
* [Claim Checker](components/claim-checker.md)
1111
* [Signed Tokens \(JWS\)](components/signed-tokens-jws/README.md)

components/claim-checker.md

-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# Claim Checker
22

3-
## Claim Checker
4-
53
JSON Web Tokens can be used to treansport any kind of data. They are mainly used to transport claims. When you receive a tokens that contains claims, it is important to check the values of these claims.
64

75
The Claim Checker Manager is responsible of this task. To use it, install the corresponding component:

components/encrypted-tokens-jwe/encryption-algorithms.md

-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
# Encryption Algorithms
22

3-
## Encryption Algorithms
4-
5-
## Available Algorithms
6-
73
This framework comes with several encryption algorithms. These algorithms are in the following namespaces:
84

95
* `Jose\Component\Encryption\Algorithm\KeyEncryption`: key encryption algorithms

components/header-checker.md

-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# Header Checker
22

3-
## Header Checker
4-
53
When you receive a JWT \(JWS or JWE\), it is important to check its headers before any other action. In case something went wrong, the token has to be rejected.
64

75
To use the header checker, install the corresponding component:

components/key-jwk-and-key-set-jwkset/key-set-management.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Key Set Management
1+
# Key Set Management \(JWKSet\)
22

33
A JWKSet object represents a key set. It can contain several keys. This object is provided by the `web-token/jwt-core` component.
44

components/signed-tokens-jws/jws-loading.md

-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# JWS Loading
22

3-
## JWS Loading
4-
53
Signed tokens are loaded by a serializer or the serializer manager and verified by the `JWSVerifier` object. This JWSVerifier object just requires an algorithm manager.
64

75
## Serializer And Verifier

components/signed-tokens-jws/signature-algorithms.md

-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# Signature Algorithms
22

3-
## Available Signature Algorithms
4-
53
This framework comes with several signature algorithms. These algorithms are in the following namespace: `Jose\Component\Signature\Algorithm`.
64

75
_From v1.2, the algorithms have their own sub-packages. To avoid BC breaks, these packages are automatically installed for all v1.x of the framework. Starting at v2.0, you will have to explicitly install the algorithm packages you need._

0 commit comments

Comments
 (0)