stable
Clone or download
Read-only
Merge commit 'refs/changes/83/27683/2' of ssh://gerrit.tuleap.net:29418/tuleap
# By Thomas Gerbet # Via Thomas Gerbet * ssh://gerrit.tuleap.net:29418/tuleap: Fixes request #30373: Cannot login using the dynamic credentials plugin
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 |