Formatting
This commit is contained in:
parent
e3a4f4cc85
commit
5f185a3648
@ -14,18 +14,6 @@ const outputObject = JSON.stringify({
|
||||
iat: 1
|
||||
}, null, 4);
|
||||
|
||||
const outputWithHeaderObject = JSON.stringify({
|
||||
header: {
|
||||
alg: "algorithm",
|
||||
typ: "algo"
|
||||
},
|
||||
payload: {
|
||||
String: "SomeString",
|
||||
Number: 42,
|
||||
iat: 1
|
||||
}
|
||||
}, null, 4);
|
||||
|
||||
TestRegister.addTests([
|
||||
{
|
||||
name: "JWT Decode: HS",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user