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

supabase / supabase-swift / 30264932624
84%

Build:
DEFAULT BRANCH: main
Ran 27 Jul 2026 12:23PM UTC
Jobs 1
Files 97
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

27 Jul 2026 12:11PM UTC coverage: 83.659% (+0.004%) from 83.655%
30264932624

push

github

web-flow
feat(auth): add admin generateLink and signOut (#1152)

* feat(auth): add admin generateLink and signOut

Implements auth.admin.generate_link and auth.admin.sign_out (SDK-1294).

- AuthAdmin.generateLink(params:) revives the previously commented-out
  implementation and fixes a real decode bug: .convertFromSnakeCase turns
  email_otp into emailOtp, not emailOTP, so GenerateLinkProperties needs
  explicit CodingKeys. Adds emailChangeCurrent/emailChangeNew factories
  for parity with auth-js.
- AuthAdmin.signOut(jwt:scope:) is new. Mirrors auth-js: it signs out via
  the target user's access token against POST /logout, not by user id -
  the backend's /logout endpoint only ever acts on the session embedded
  in the bearer token.

Unit tests added under Tests/AuthTests (Mocker-backed), integration tests
uncommented/added under Tests/IntegrationTests. sdk-compliance.yaml updated.

* fix(auth): register GenerateLinkProperties.init in compliance matrix

71 of 86 new or added lines in 2 files covered. (82.56%)

8268 of 9883 relevant lines covered (83.66%)

39.45 hits per line

Uncovered Changes

Lines Coverage ∆ File
10
82.03
0.52% Sources/Auth/Types.swift
5
96.38
-3.62% Sources/Auth/AuthAdmin.swift
Jobs
ID Job ID Ran Files Coverage
1 30264932624.1 27 Jul 2026 12:23PM UTC 97
83.66
GitHub Action Run
Source Files on build 30264932624
  • Tree
  • List 97
  • Changed 2
  • Source Changed 2
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #30264932624
  • f82b2481 on github
  • Prev Build on main (#30253640298)
  • Next Build on main (#30290972778)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc