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

supabase / supabase-swift / 30264932624 / 1
84%
main: 84%

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

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

8268 of 9883 relevant lines covered (83.66%)

39.45 hits per line

Source Files on job 30264932624.1
  • Tree
  • List 97
  • Changed 2
  • Source Changed 2
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 30264932624
  • f82b2481 on github
  • Prev Job for on main (#30253640298.1)
  • Next Job for on main (#30290972778.1)
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