-
- Downloads
Use firebase/php-jwt to verify id token signatures and expiry
... | ... | @@ -8,7 +8,8 @@ |
"php" : ">=5.6", | ||
"simplesamlphp/composer-module-installer": "^1.1", | ||
"league/oauth2-client": "^2.3", | ||
"simplesamlphp/simplesamlphp": "~1.17" | ||
"simplesamlphp/simplesamlphp": "~1.17", | ||
"firebase/php-jwt": "^5.0" | ||
}, | ||
"require-dev": { | ||
"phpunit/phpunit": "5.7.*", | ||
... | ... |
Please register or sign in to comment