diff --git a/src/routes/console/project-[project]/auth/security/updatePwnd.svelte b/src/routes/console/project-[project]/auth/security/updatePwnd.svelte new file mode 100644 index 000000000..cc819e3aa --- /dev/null +++ b/src/routes/console/project-[project]/auth/security/updatePwnd.svelte @@ -0,0 +1,40 @@ + + + + Services + + Choose services you wish to enable or disable for the client API. When disabled, the + services are not accessible to client SDKs but remain accessible to server SDKs. + + + + + + toggleAllServices(true)}>Enable all + + + toggleAllServices(false)}> + Disable all + + + + + + + {#each $services.list as service} + { + serviceUpdate(service); + }} /> + {/each} + + + + +
+ Choose services you wish to enable or disable for the client API. When disabled, the + services are not accessible to client SDKs but remain accessible to server SDKs. +