stable
Clone or download
Read-only
Part of story #31173 register a new passkey This commit introduce WebAuthn plugin. This plugin will allow user to register then use a passkey. The plugin will consist in majority for interfaces. *Testing:* The plugin should be in plugin list and you can install and enable it Change-Id: I733ef2717d653275960c2a2f9cbd23735e7b2491
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/template/include/Template/Plugin/PluginDescriptor.php | +1 | −1 | Go to diff View file |
M | plugins/template/include/Template/Plugin/PluginInfo.php | +1 | −1 | Go to diff View file |
A | plugins/webauthn/README.mkd | +4 | −0 | Go to diff View file |
A | plugins/webauthn/composer.json | +16 | −0 | Go to diff View file |
A | plugins/webauthn/composer.lock | +18 | −0 | Go to diff View file |
A | plugins/webauthn/include/WebAuthn/Plugin/PluginDescriptor.php | +34 | −0 | Go to diff View file |
A | plugins/webauthn/include/WebAuthn/Plugin/PluginInfo.php | +33 | −0 | Go to diff View file |
A | plugins/webauthn/include/webauthnPlugin.php | +42 | −0 | Go to diff View file |
A | plugins/webauthn/site-content/fr_FR/LC_MESSAGES/tuleap-webauthn.po | +19 | −0 | Go to diff View file |
A | plugins/webauthn/site-content/pt_BR/LC_MESSAGES/tuleap-webauthn.po | +19 | −0 | Go to diff View file |
M | tools/rpm/tuleap.rhel7.spec | +1 | −0 | Go to diff View file |