Releases: xperseguers/t3ext-oidc
Releases · xperseguers/t3ext-oidc
v3.0.0
This version finally brings official support for TYPO3 version 12 and 13 LTS! 🥳
Please refer to the CHANGELOG.md for noteworthy details and breaking changes.
What's Changed
- [BUGFIX] Correct response for invalid state by @liayn in #131
- [TASK] Allow PHP 8.3 by @liayn in #132
- [TASK] Use PSR request data instead of _GP() by @liayn in #133
- Add event to manipulate login data before processing by @liayn in #134
- [BUGFIX] No optional parameter before required one by @liayn in #135
- [TASK] Code cleanup by @liayn in #137
- [TASK] Mark OAuthService public for DI by @liayn in #143
- [BUGFIX] #146 Respect authorize URL options without PKCE by @SomeBdyElse in #147
- [BUGFIX] Only request provider default scopes if available by @liayn in #149
- [TASK] Use default scopes from ext config for token via password grant by @liayn in #150
- Cleanup duplicate code and get rid of extbase dependency by @liayn in #153
- Replace PHP session with JWT by @liayn in #155
- [TASK] Enhance event data by @liayn in #152
- [BUGFIX] Cope with missing TSFE by @liayn in #151
- [TASK] Catch any error that may occur during auth url generation by @liayn in #156
- [TASK] Use dedicated route for authorization url by @liayn in #159
- [FEATURE] Add a custom user groups event by @denislorch in #129
- [FEATURE] Add event to modify where-conditions for fe_users by @liayn in #165
- [BUGFIX] No hash validation for authentication url by @liayn in #169
- [BUGFIX] Handle missing language request attribute by @liayn in #171
- TYPO3 v12 support by @gemeinling in #162
- [FEATURE] Pass oidc resource owner info to ModifyUser event by @SomeBdyElse in #172
- [BUGFIX] Fix type error for if the userinfo claims contain ints by @SomeBdyElse in #173
- [TASK] Remove fe_login extension from dependencies by @SomeBdyElse in #174
- [BUGFIX] Fix stdWrap in user fields mapping by @SomeBdyElse in #175
- [BUGFIX] LoginController should redirect a logged-in user by @liayn in #170
- [BUGFIX] Use TYPO3 request factory and request by @liayn in #167
- [BUGFIX] Add fallback for setting authenticationUrlRoute by @liayn in #168
- [BUGFIX] Use self:: instead of static:: late binding for private constants by @NamelessCoder in #176
- [FEATURE] retrieving resource owner from JWT if no oidcEndpointUserInfo is set by @bastiand-12 in #127
- [TASK] Require PHP 8.1 by @liayn in #178
- [TASK] Streamline ext_emconf.php and fix branch-alias by @liayn in #179
- Prevents intExplode on null by @foliengriller in #182
- [TASK] Use v2.8 of league/oauth2-client by @liayn in #181
- [DOC] README.md update by @liayn in #183
- [FEATURE] Make TYPO3 v13 compatible by @liayn in #184
New Contributors
- @denislorch made their first contribution in #129
- @gemeinling made their first contribution in #162
- @NamelessCoder made their first contribution in #176
- @bastiand-12 made their first contribution in #127
- @foliengriller made their first contribution in #182
Full Changelog: 2.0.0...v3.0.0