Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: deprecate existing webhook implementation (supabase#1417)
## What kind of change does this PR introduce? We deprecate the existing HTTP webhook implementation to make way for Auth HTTP Hooks. We put up a deprecation notice as a warning and fully deprecate the configuration in the next release ## What is the current behavior? We have webhooks but it is unused on the Supabase Auth platform ## What is the new behavior? We remove webhooks in this PR and add [Standard Webhooks compliant](https://www.standardwebhooks.com/) HTTP Hooks. We should also add a deprecation notice on the release ## Additional context --------- Co-authored-by: joel <joel@joels-MacBook-Pro.local>
- Loading branch information