-
- Downloads
Move the user session into the core
and remove roles and oidc specifics. Instead we provide the session in the core and forward requests to a oidc specific backend. This also means the session can provide useful values even in case it is used from the CLI and unauthenticated.
Showing
- src/API/UserSessionInterface.php 8 additions, 29 deletionssrc/API/UserSessionInterface.php
- src/Auth/ProxyAuthenticator.php 14 additions, 2 deletionssrc/Auth/ProxyAuthenticator.php
- src/Auth/UserSession.php 98 additions, 0 deletionssrc/Auth/UserSession.php
- src/Logging/LoggingProcessor.php 1 addition, 4 deletionssrc/Logging/LoggingProcessor.php
- src/Resources/config/services.yaml 7 additions, 0 deletionssrc/Resources/config/services.yaml
- src/TestUtils/TestUserSession.php 2 additions, 2 deletionssrc/TestUtils/TestUserSession.php
- tests/Auth/AuthenticatorTest.php 3 additions, 2 deletionstests/Auth/AuthenticatorTest.php
src/Auth/UserSession.php
0 → 100644
Please register or sign in to comment