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

supabase / supabase-flutter / 28177869575
85%

Build:
DEFAULT BRANCH: main
Ran 25 Jun 2026 02:36PM UTC
Jobs 8
Files 80
Run time 1min
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: 85.368%. Remained the same
28177869575

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

4 of 4 new or added lines in 1 file covered. (100.0%)

77 existing lines in 1 file now uncovered.

4090 of 4791 relevant lines covered (85.37%)

3.64 hits per line

Coverage Regressions

Lines Coverage ∆ File
77
72.52
0.0% packages/gotrue/lib/src/gotrue_client.dart
Jobs
ID Job ID Ran Files Coverage
7 supabase_flutter - 28177869575.7 25 Jun 2026 02:37PM UTC 11
77.52
GitHub Action Run
8 supabase - 28177869575.8 25 Jun 2026 02:36PM UTC 15
81.99
GitHub Action Run
5 storage_client - 28160249676.5 25 Jun 2026 09:26AM UTC 5
92.97
GitHub Action Run
4 functions_client - 27986095786.4 22 Jun 2026 09:45PM UTC 2
97.14
GitHub Action Run
7 yet_another_json_isolate - 27986095786.7 22 Jun 2026 09:45PM UTC 1
79.03
GitHub Action Run
4 gotrue - 28160249676.4 25 Jun 2026 09:26AM UTC 26
84.05
GitHub Action Run
6 realtime_client - 28160249676.6 25 Jun 2026 09:26AM UTC 11
88.1
GitHub Action Run
7 postgrest - 28160249676.7 25 Jun 2026 09:26AM UTC 9
84.05
GitHub Action Run
Source Files on build 28177869575
  • Tree
  • List 80
  • Changed 7
  • Source Changed 7
  • Coverage Changed 5
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #28177869575
  • 33402e80 on github
  • Prev Build on main (#28160249676)
  • Next Build on main (#28190414303)
  • 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