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
and I get the error in the screenshot.

3 Replies

nvm I figured out the problem. I thought I could name the hook what I wanted.
https://github.com/supabase/supabase/issues/22031
GitHub
Unable to add auth hooks to config · Issue #22031 · supabase/supaba...
Hi there, I'm trying to use the Auth Hooks locally by adding the following snippet found in the docs to the config.toml. ... [auth.hook.custom_access_token] enabled = true uri = "pg-functi...
Corrected version