Srinivas A

Results 3 comments of Srinivas A

The documentation is inaccurate. The JSON payload for a rejection requires a top-level message and a top-level http_code, in addition to the error object: ```json { "message": "Signups from this...

I did a little dig, here's what I found out from the [docs](https://supabase.com/docs/guides/auth/auth-hooks?queryGroups=language&language=http#error-handling); It is working properly: Currently there is support for only the following status codes mentioned in table:...

It should actually re surface the custom error message you pass from your API, which it is not doing now. Hopefully a fix comes up!