Commits on Source (4)
-
Reiter, Christoph authored
We want to have multiple session implementations, so this will be implemented by the auth/oidc bundle, and the core bundle will contain a proxy which will just forward to the active one.
d7cb138c -
Tobias Gross-Vogt authored4efaeaaf
-
Tobias Gross-Vogt authored27e4adc9
-
Reiter, Christoph authored
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.
src/API/UserSessionProviderInterface.php
0 → 100644
src/Auth/UserSession.php
0 → 100644
src/ProxyApi/ApiConnection.php
0 → 100644
src/ProxyApi/ConnectionException.php
0 → 100644
src/ProxyApi/ProxyApi.php
0 → 100644
src/ProxyApi/ProxyDataEvent.php
0 → 100644
src/ProxyApi/ProxyDataEventSubscriber.php
0 → 100644
src/ProxyApi/ProxyDataInterface.php
0 → 100644