Added
- getRedirectURL() will not log a warning for PHP 7.1+ #179
- it is now possible to disable upgrading from HTTP to HTTPS for development purposes by calling
setHttpUpgradeInsecureRequests(false)#241 - bugfix in getSessionKey when _SESSION key does not exist #251
- Added scope parameter to refresh token request #225
- bugfix in verifyJWTclaims when $accessToken is empty and $claims->at_hash is not #276
- bugfix with the
emptyfunction in PHP 5.4 #267