1
1
splits :
2
+ - prefix : " src/Deprecated/Signature"
3
+ target : " https://${GH_TOKEN}@github.com/web-token/jwt-signature.git"
4
+ - prefix : " src/JoseFramework"
5
+ target : " https://${GH_TOKEN}@github.com/web-token/jwt-bundle.git"
6
+ - prefix : " src/Component"
7
+ target : " https://${GH_TOKEN}@github.com/web-token/jwt-library.git"
8
+ - prefix : " src/Experimental"
9
+ target : " https://${GH_TOKEN}@github.com/web-token/jwt-experimental.git"
2
10
- prefix : " src/Deprecated/Checker"
3
11
target : " https://${GH_TOKEN}@github.com/web-token/jwt-checker.git"
4
12
- prefix : " src/Deprecated/Console"
@@ -13,44 +21,36 @@ splits:
13
21
target : " https://${GH_TOKEN}@github.com/web-token/jwt-key-mgmt.git"
14
22
- prefix : " src/Deprecated/NestedToken"
15
23
target : " https://${GH_TOKEN}@github.com/web-token/jwt-nested-token.git"
16
- - prefix : " src/Deprecated/Signature"
17
- target : " https://${GH_TOKEN}@github.com/web-token/jwt-signature.git"
18
- - prefix : " src/JoseFramework"
19
- target : " https://${GH_TOKEN}@github.com/web-token/jwt-bundle.git"
20
- - prefix : " src/Component"
21
- target : " https://${GH_TOKEN}@github.com/web-token/jwt-library.git"
22
- - prefix : " src/EncryptionAlgorithm/ContentEncryption/AESCBC"
24
+ - prefix : " src/Deprecated/EncryptionAlgorithm/ContentEncryption/AESCBC"
23
25
target : " https://${GH_TOKEN}@github.com/web-token/jwt-encryption-algorithm-aescbc.git"
24
- - prefix : " src/EncryptionAlgorithm/ContentEncryption/AESGCM"
26
+ - prefix : " src/Deprecated/ EncryptionAlgorithm/ContentEncryption/AESGCM"
25
27
target : " https://${GH_TOKEN}@github.com/web-token/jwt-encryption-algorithm-aesgcm.git"
26
- - prefix : " src/EncryptionAlgorithm/KeyEncryption/AESGCMKW"
28
+ - prefix : " src/Deprecated/ EncryptionAlgorithm/KeyEncryption/AESGCMKW"
27
29
target : " https://${GH_TOKEN}@github.com/web-token/jwt-encryption-algorithm-aesgcmkw.git"
28
- - prefix : " src/EncryptionAlgorithm/KeyEncryption/AESKW"
30
+ - prefix : " src/Deprecated/ EncryptionAlgorithm/KeyEncryption/AESKW"
29
31
target : " https://${GH_TOKEN}@github.com/web-token/jwt-encryption-algorithm-aeskw.git"
30
- - prefix : " src/EncryptionAlgorithm/KeyEncryption/Direct"
32
+ - prefix : " src/Deprecated/ EncryptionAlgorithm/KeyEncryption/Direct"
31
33
target : " https://${GH_TOKEN}@github.com/web-token/jwt-encryption-algorithm-dir.git"
32
- - prefix : " src/EncryptionAlgorithm/KeyEncryption/ECDHES"
34
+ - prefix : " src/Deprecated/ EncryptionAlgorithm/KeyEncryption/ECDHES"
33
35
target : " https://${GH_TOKEN}@github.com/web-token/jwt-encryption-algorithm-ecdh-es.git"
34
- - prefix : " src/EncryptionAlgorithm/KeyEncryption/PBES2"
36
+ - prefix : " src/Deprecated/ EncryptionAlgorithm/KeyEncryption/PBES2"
35
37
target : " https://${GH_TOKEN}@github.com/web-token/jwt-encryption-algorithm-pbes2.git"
36
- - prefix : " src/EncryptionAlgorithm/KeyEncryption/RSA"
38
+ - prefix : " src/Deprecated/ EncryptionAlgorithm/KeyEncryption/RSA"
37
39
target : " https://${GH_TOKEN}@github.com/web-token/jwt-encryption-algorithm-rsa.git"
38
- - prefix : " src/SignatureAlgorithm/ECDSA"
40
+ - prefix : " src/Deprecated/ SignatureAlgorithm/ECDSA"
39
41
target : " https://${GH_TOKEN}@github.com/web-token/jwt-signature-algorithm-ecdsa.git"
40
- - prefix : " src/SignatureAlgorithm/EdDSA"
42
+ - prefix : " src/Deprecated/ SignatureAlgorithm/EdDSA"
41
43
target : " https://${GH_TOKEN}@github.com/web-token/jwt-signature-algorithm-eddsa.git"
42
- - prefix : " src/SignatureAlgorithm/None"
44
+ - prefix : " src/Deprecated/ SignatureAlgorithm/None"
43
45
target : " https://${GH_TOKEN}@github.com/web-token/jwt-signature-algorithm-none.git"
44
- - prefix : " src/SignatureAlgorithm/HMAC"
46
+ - prefix : " src/Deprecated/ SignatureAlgorithm/HMAC"
45
47
target : " https://${GH_TOKEN}@github.com/web-token/jwt-signature-algorithm-hmac.git"
46
- - prefix : " src/SignatureAlgorithm/RSA"
48
+ - prefix : " src/Deprecated/ SignatureAlgorithm/RSA"
47
49
target : " https://${GH_TOKEN}@github.com/web-token/jwt-signature-algorithm-rsa.git"
48
- - prefix : " src/SignatureAlgorithm/Experimental"
50
+ - prefix : " src/Deprecated/ SignatureAlgorithm/Experimental"
49
51
target : " https://${GH_TOKEN}@github.com/web-token/jwt-signature-algorithm-experimental.git"
50
- - prefix : " src/EncryptionAlgorithm/Experimental"
52
+ - prefix : " src/Deprecated/ EncryptionAlgorithm/Experimental"
51
53
target : " https://${GH_TOKEN}@github.com/web-token/jwt-encryption-algorithm-experimental.git"
52
- - prefix : " src/Experimental"
53
- target : " https://${GH_TOKEN}@github.com/web-token/jwt-experimental.git"
54
54
- prefix : " packs/encryption"
55
55
target : " https://${GH_TOKEN}@github.com/web-token/encryption-pack.git"
56
56
- prefix : " packs/signature"
0 commit comments