can't define auth.hook in toml

I'm following this guide.

https://supabase.com/docs/guides/auth/auth-hooks?queryGroups=language&language=sql#local-development

I added this to my config.toml
[auth.hook.orgpermissions]
enabled = true
uri = "pg-functions://public/org_permissions_access_token_hook"


and I get the error in the screenshot.
image.png
Was this page helpful?