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

fix: enforce authorized address checks on send email only #1806

Closed hf closed 1 month ago

hf commented 1 month ago

Moves the authorized address only check in the flow that sends the email, instead of in the email address validation flow.

coveralls commented 1 month ago

Pull Request Test Coverage Report for Build 11345250920

Details


Changes Missing Coverage Covered Lines Changed/Added Lines %
internal/api/mail.go 10 36 27.78%
<!-- Total: 10 36 27.78% -->
Totals Coverage Status
Change from base Build 11334620572: -0.1%
Covered Lines: 9523
Relevant Lines: 16683

💛 - Coveralls