feat(plugins) : add new api api method : webauthn.getOrCreate

This commit is contained in:
Paulhenry Saux
2026-07-13 21:17:45 +02:00
committed by Linus Rath
parent 622adc34de
commit a08a9e9ed3
3 changed files with 118 additions and 0 deletions
+1
View File
@@ -241,6 +241,7 @@ export const SANDBOX_PRIVILEGED_PATH = '/plugin-sandbox-privileged';
export const API_METHODS = [
'storage.get', 'storage.set', 'storage.remove', 'storage.keys',
'http.post', 'http.fetch',
'webauthn.getOrCreate',
'jmap.fetchBlob', 'jmap.sendRaw',
'admin.getConfig', 'admin.getAllConfig', 'admin.setConfig', 'admin.deleteConfig',
'toast.success', 'toast.error', 'toast.info', 'toast.warning',