marketing-factory / oauth2

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

Limit session start #11

Closed garbast closed 5 years ago

garbast commented 5 years ago

Using session_start raises some problems in TYPO3 9.5. By limiting it to login with defined loginProvider only the possible side effects get circumvented.

Resolves #10