• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

supabase / supabase-flutter / 28177869575 / 7
85%
main: 85%

Build:
DEFAULT BRANCH: main
Ran 25 Jun 2026 02:56PM UTC
Files 11
Run time 1s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

25 Jun 2026 02:34PM UTC coverage: 77.524%. Remained the same
28177869575.7

push

github

web-flow
fix(gotrue): include code challenge in resend with PKCE flow (#1469)

## What

When `resend()` is called with an `email` while the client uses the PKCE
flow (the default), the `POST /resend` request now includes
`code_challenge` and `code_challenge_method`. Without the code
challenge, the resent confirmation link cannot be completed via
`exchangeCodeForSession`.

This brings the Dart SDK to parity with the supabase-js behavior.

## Behavior

- `resend(email:)` in PKCE flow includes `code_challenge` +
`code_challenge_method: s256` in the body.
- Phone resend is unchanged (no code challenge).
- Implicit (non-PKCE) flow is unchanged (fields are null).

## Tests

Added tests covering all three cases above in `otp_mock_test.dart`, and
captured the resend body in the OTP mock client for assertions.

Closes SDK-1023


https://linear.app/supabase/issue/SDK-1023/parityauth-resend-with-pkce-flow-should-include-code-challenge-in

238 of 307 relevant lines covered (77.52%)

4.49 hits per line

Source Files on job supabase_flutter - 28177869575.7
  • Tree
  • List 11
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 28177869575
  • 33402e80 on github
  • Prev Job for on main (#28160249676.3)
  • Next Job for on main (#28190414303.7)
  • Delete
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc