File tree Expand file tree Collapse file tree 1 file changed +0
-27
lines changed Expand file tree Collapse file tree 1 file changed +0
-27
lines changed Original file line number Diff line number Diff line change @@ -137,30 +137,3 @@ $GLOBALS['TYPO3_CONF_VARS']['EXTCONF']['backend']['loginProviders']['1616569531'
137137```
138138
139139</details >
140-
141- <details >
142- <summary >
143- Usage in TYPO3v12
144- </summary >
145-
146- The TYPO3
147- extension [ waldhacker/ext-oauth2-client] ( https://github.com/waldhacker/ext-oauth2-client )
148- is not yet ready for v12. However, there is a feature branch that is almost
149- working - [ this fork] ( https://github.com/maikschneider/ext-oauth2-client/tree/feature/v12-compatibility-1 )
150- makes the trick. To use it, adjust your ` composer.json ` :
151-
152- ``` json
153- {
154- "repositories" : [
155- {
156- "url" : " https://github.com/maikschneider/ext-oauth2-client.git" ,
157- "type" : " git"
158- }
159- ],
160- "require" : {
161- "waldhacker/typo3-oauth2-client" : " dev-feature/v12-compatibility-1"
162- }
163- }
164- ```
165-
166- </details >
You can’t perform that action at this time.
0 commit comments