Releases: stevenmaguire/oauth2-keycloak
Releases · stevenmaguire/oauth2-keycloak
Updates and fixes
Use latest firebase only
Added
- Allowed only firebase/php-jwt 6
Deprecated
- Firebase versions 4 and 5
Fixed
- Test for firebase v6
Removed
- nothing
Security
- Allowed JWT version 6 only, due to CVE in older versions
Security update, remove some old PHP, update JWT
Added
- Allowed firebase/php-jwt 6
- Add PHP test and compatibility for 7.2 and higher
Deprecated
- PHP version checks 5.6, 7.0 and 7.1
Fixed
- Allowed JWT version 6, due to CVE in older versions
- Fixed deprecated redirecturl if version field is set to 18.0.0 and higher PR#54
Removed
- PHP version checks 5.6, 7.0 and 7.1
Security
- Allowed JWT version 6, due to CVE in older versions
Add version settings
Added
- New version settings field
Deprecated
- Nothing
Fixed
- Fix default scopes if version field is set to 20.0.0 and higher PR#56
- Fixed deprecated redirecturl if version field is set to 18.0.0 and higher PR#54
Removed
- Nothing
Security
- Nothing
Little code fixing
Added
- Nothing
Deprecated
- Nothing
Fixed
- Fix Warning: Undefined array key PR#47
- Fix errors without a description PR#34
Removed
- Nothing
Security
- Nothing
League/oauth higher than 2.3
Added
- add support for league/oauth higher than 2.3.0
Deprecated
- Nothing
Fixed
- changes scope separator to space in tests
Removed
- Nothing
Security
- Nothing
Allow firebase/php-jwt 5.0
Added
- add support for firebase/php-jwt 5.0
Deprecated
- Nothing
Fixed
- Nothing
Removed
- Nothing
Security
- Nothing
Change default scope for Keycloak v11+
Added
- change default scope name to profile for Keycloak v11+
Deprecated
- Nothing
Fixed
- Nothing
Removed
- Nothing
Security
- Nothing
2.2.0
2.1.0
Added
- Introduce
getLogoutUrl
method on provider to build and return and authorized logout url - thanks @FlxPeters
Deprecated
- Nothing
Fixed
- Nothing
Removed
- Nothing
Security
- Nothing