bumpy-rainbow-32698
10/31/2025, 11:20 AMkratos.yml config. I'm using webhook.site for testing purposes:
methods:
password:
enabled: false
totp:
config:
issuer: Kratos
enabled: false
lookup_secret:
enabled: false
link:
enabled: false
code:
enabled: true
passwordless_enabled: true
config:
enabled_for_registration: true
registration:
ui_url: <http://localhost:3000/auth>
lifespan: 10m
before:
hooks:
- hook: web_hook
config:
url: <https://webhook.site/bb37d3a2-34ce-4047-8dd6-9034d7bd1828>
method: POST
body: <base64://ZnVuY3Rpb24oY3R4KSBjdHguaWRlbnRpdHkudHJhaXRzLmVtYWls>
response:
ignore: true
parse: false
after:
code:
hooks:
- hook: web_hook
config:
url: <https://webhook.site/bb37d3a2-34ce-4047-8dd6-9034d7bd1828>
method: POST
body: <base64://ZnVuY3Rpb24oY3R4KSBjdHguaWRlbnRpdHkudHJhaXRzLmVtYWls>
response:
ignore: true
parse: false
Does anyone know a workaround for this, or have any suggestions on how to solve this issue? Any help would be greatly appreciated!magnificent-energy-493
bumpy-rainbow-32698
10/31/2025, 5:22 PMmagnificent-energy-493