mirror of
https://github.com/danbulant/jose
synced 2026-05-21 13:28:45 +00:00
ci: enable and fix rfc7797 4.2 tests
This commit is contained in:
parent
a78d694d29
commit
1d6d55ff91
2 changed files with 4 additions and 4 deletions
|
|
@ -22,15 +22,15 @@ module.exports = {
|
|||
payload: '$.02',
|
||||
signatures: [
|
||||
{
|
||||
protected: 'eyJhbGciOiJIUzI1NiIsImI2NCI6ZmFsc2V9',
|
||||
signature: 'GsyM6AQJbQHY8aQKCbZSPJHzMRWo3HKIlcDuXof7nqs'
|
||||
protected: 'eyJhbGciOiJIUzI1NiIsImI2NCI6ZmFsc2UsImNyaXQiOlsiYjY0Il19',
|
||||
signature: 'A5dxf2s96_n5FLueVuW1Z_vh161FwXZC4YLPff6dmDY'
|
||||
}
|
||||
]
|
||||
},
|
||||
json_flat: {
|
||||
payload: '$.02',
|
||||
protected: 'eyJhbGciOiJIUzI1NiIsImI2NCI6ZmFsc2V9',
|
||||
signature: 'GsyM6AQJbQHY8aQKCbZSPJHzMRWo3HKIlcDuXof7nqs'
|
||||
protected: 'eyJhbGciOiJIUzI1NiIsImI2NCI6ZmFsc2UsImNyaXQiOlsiYjY0Il19',
|
||||
signature: 'A5dxf2s96_n5FLueVuW1Z_vh161FwXZC4YLPff6dmDY'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue