supabase / auth

A JWT based API for managing users and issuing JWT tokens
https://supabase.com/docs/guides/auth
MIT License
1.55k stars 374 forks source link

feat: return validation failed error if captcha request was not json #1815

Closed hf closed 4 weeks ago

hf commented 4 weeks ago

Returns HTTP 400 with the validation failed error code if the request body sent to the server when CAPTCHA verification is enabled was not JSON or couldn't be parsed into JSON.

coveralls commented 4 weeks ago

Pull Request Test Coverage Report for Build 11516645394

Details


Changes Missing Coverage Covered Lines Changed/Added Lines %
internal/api/middleware.go 0 3 0.0%
<!-- Total: 0 3 0.0% -->
Totals Coverage Status
Change from base Build 11466551533: -0.007%
Covered Lines: 9574
Relevant Lines: 16748

💛 - Coveralls