marketing-factory / oauth2

Generic OAuth2 authentication and authorization for TYPO3 CMS
Other
9 stars 18 forks source link

[FIX] use ext-key string instead of variable #34

Closed infabo closed 2 years ago

infabo commented 2 years ago

You MUST use the extension name (e.g. "tt_address") instead of $_EXTKEY within the two configuration files as this variable is no longer loaded automatically.

see https://docs.typo3.org/m/typo3/reference-coreapi/main/en-us/ExtensionArchitecture/BestPractises/ConfigurationFiles.html

infabo commented 2 years ago

I know, this is a large patch. Tough to test. Possible side-effects and may break the whole extension. But please have a short look. Thanks a lot!