Skip to content

Commit 7656f65

Browse files
authored
Merge pull request jsonwebtoken#327 from G-Corp/g-corp/jwerl
Update Erlang JWErl
2 parents ff51584 + dfe6c8d commit 7656f65

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

views/website/libraries/8-Erlang.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@
99
"support": {
1010
"sign": true,
1111
"verify": true,
12-
"iss": false,
13-
"sub": false,
14-
"aud": false,
12+
"iss": true,
13+
"sub": true,
14+
"aud": true,
1515
"exp": true,
1616
"nbf": true,
1717
"iat": true,
18-
"jti": false,
18+
"jti": true,
1919
"hs256": true,
2020
"hs384": true,
2121
"hs512": true,
@@ -28,9 +28,9 @@
2828
},
2929
"authorUrl": "https://github.com/glejeune",
3030
"authorName": "Gregoire Lejeune",
31-
"gitHubRepoPath": "emedia-project/jwerl",
32-
"repoUrl": "https://github.com/emedia-project/jwerl",
33-
"installCommandHtml": "git clone https://github.com/emedia-project/jwerl.git"
31+
"gitHubRepoPath": "G-Corp/jwerl",
32+
"repoUrl": "https://github.com/G-Corp/jwerl",
33+
"installCommandHtml": "git clone https://github.com/G-Corp/jwerl.git"
3434
}
3535
]
36-
}
36+
}

0 commit comments

Comments
 (0)