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

supabase / supabase-flutter / 18289898404
80%

Build:
DEFAULT BRANCH: main
Ran 06 Oct 2025 06:05PM UTC
Jobs 1
Files 68
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

06 Oct 2025 05:58PM UTC coverage: 80.885% (+0.4%) from 80.527%
18289898404

push

github

web-flow
feat(gotrue): add OAuth 2.1 client admin endpoints (#1244)

* feat(gotrue): add OAuth 2.1 client admin endpoints

Add support for OAuth 2.1 client administration endpoints in the gotrue package. This feature allows server-side management of OAuth clients through the admin API.

New functionality:
- admin.oauth.listClients(): List OAuth clients with pagination
- admin.oauth.createClient(): Register new OAuth client
- admin.oauth.getClient(): Get client details by ID
- admin.oauth.deleteClient(): Remove OAuth client
- admin.oauth.regenerateClientSecret(): Regenerate client secret

Only relevant when OAuth 2.1 server is enabled in Supabase Auth. All methods require service_role key and should only be called server-side.

Ported from: https://github.com/supabase/supabase-js/pull/1582

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>

* test(gotrue): enable OAuth 2.1 server and fix response parsing

- Update GoTrue from v2.175.0 to v2.180.0
- Enable OAuth server with dynamic registration in test infrastructure
- Fix parsing of optional `aud` field in OAuthClientListResponse
- Handle empty response bodies (204 No Content) for delete operations
- Update delete test to expect null client on successful deletion

All OAuth admin endpoint tests now passing, matching behavior from
https://github.com/supabase/supabase-py/pull/1240

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>

---------

Co-authored-by: Claude <noreply@anthropic.com>

91 of 95 new or added lines in 4 files covered. (95.79%)

3237 of 4002 relevant lines covered (80.88%)

2.7 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
2
95.92
packages/gotrue/lib/src/gotrue_admin_oauth_api.dart
2
94.74
packages/gotrue/lib/src/types/types.dart
Jobs
ID Job ID Ran Files Coverage
1 18289898404.1 06 Oct 2025 06:05PM UTC 68
80.88
GitHub Action Run
Source Files on build 18289898404
  • Tree
  • List 68
  • Changed 2
  • Source Changed 2
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #18289898404
  • ebc4c208 on github
  • Prev Build on main (#18289743621)
  • Next Build on main (#18321191252)
  • 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