Skip to content

Commit 7cf9cae

Browse files
committed
Lindelius' php-jwt library now has built-in support for aud claims
1 parent 28ce8d8 commit 7cf9cae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

views/website/libraries/24-PHP.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@
207207
"verify": true,
208208
"iss": false,
209209
"sub": false,
210-
"aud": false,
210+
"aud": true,
211211
"exp": true,
212212
"nbf": true,
213213
"iat": true,

0 commit comments

Comments
 (0)