Skip to content

Commit e1064c1

Browse files
authored
Merge pull request jsonwebtoken#343 from lindelius/php-library-lindelius
Lindelius' php-jwt library now has built-in support for aud claims
2 parents 7b93dc7 + 7cf9cae commit e1064c1

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)