stable

Clone or download

Read-only

Fixes request #30373: Cannot login using the dynamic credentials plugin

Introduced by git #tuleap/stable/afa9b0344bd764dee0a610f85c11e232826d75db. Change-Id: I1034b5ca49962bfc9e611720f772b5a08172740c

Modified Files

Name
M plugins/dynamic_credentials/composer.json +5 −0 Go to diff View file
A plugins/dynamic_credentials/include/Session/DynamicCredentialIdentifierStorage.php +29 −0 Go to diff View file
M plugins/dynamic_credentials/include/Session/DynamicCredentialSession.php +6 −26 Go to diff View file
A plugins/dynamic_credentials/include/Session/DynamicCredentialSessionStorage.php +38 −0 Go to diff View file
A plugins/dynamic_credentials/include/Session/DynamicCredentialStaticStorage.php +38 −0 Go to diff View file
M plugins/dynamic_credentials/include/dynamic_credentialsPlugin.php +8 −12 Go to diff View file
A plugins/dynamic_credentials/tests/unit/Session/DynamicCredentialNonPersistentStorage.php +38 −0 Go to diff View file
M plugins/dynamic_credentials/tests/unit/Session/DynamicCredentialSessionTest.php +5 −7 Go to diff View file