xperseguers / t3ext-oidc

TYPO3 Extension oidc. This extension uses OpenID Connect to authenticate users.
https://extensions.typo3.org/extension/oidc
GNU General Public License v2.0
10 stars 33 forks source link

Replace PHP session with JWT #155

Closed liayn closed 5 months ago

liayn commented 6 months ago

In order to support multi-head environments without sticky sessions, the data formerly stored in the PHP session is now stored inside a JWT.

Resolves: #154

Should merge https://github.com/xperseguers/t3ext-oidc/pull/153 first.