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

supabase / auth-js
71%

Build:
DEFAULT BRANCH: master
Repo Added 17 Dec 2024 03:44PM UTC
Files 18
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

LAST BUILD ON BRANCH master
branch: master
CHANGE BRANCH
x
Reset
  • master
  • add-app-metadata-type
  • add-siwe
  • bewinxed/add-jest-environment-jsdom
  • bewinxed/add-mfa-webauthn
  • bewinxed/streamline-types
  • bewinxed/webauthn-make-webauthn-param-optional
  • bewinxed/webauthn-use-direct-attestation
  • branch_with_test
  • cemal/fix-replace-structuredclone
  • chore-review-actions
  • chore/add-preview-release
  • chore/coverage-80
  • chore/coveralls-fail-on-error
  • chore/cross-repo-test
  • chore/deprecation
  • chore/fix-preview-release
  • chore/run-on-forks
  • chore/secure-proof-workflows
  • chore/test-prev
  • chore/testing
  • chore/upload-coverage
  • cleanup-code-verifier
  • dependabot/npm_and_yarn/example/react/babel/helpers-7.27.0
  • dependabot/npm_and_yarn/example/react/babel/runtime-7.27.0
  • dependabot/npm_and_yarn/example/react/babel/runtime-corejs3-7.26.10
  • dependabot/npm_and_yarn/example/react/brace-expansion-1.1.12
  • dependabot/npm_and_yarn/example/react/http-proxy-middleware-2.0.9
  • dependabot/npm_and_yarn/example/react/lodash-4.17.23
  • dependabot/npm_and_yarn/example/react/multi-96c788614a
  • dependabot/npm_and_yarn/example/react/multi-c8afcbbcd8
  • dependabot/npm_and_yarn/example/react/nanoid-3.3.8
  • dependabot/npm_and_yarn/example/react/node-forge-1.3.3
  • dependabot/npm_and_yarn/example/react/serialize-javascript-6.0.2
  • dependabot/npm_and_yarn/form-data-3.0.4
  • dependabot/npm_and_yarn/js-yaml-3.14.2
  • dependabot/npm_and_yarn/jws-3.2.3
  • dependabot/npm_and_yarn/koa-2.16.1
  • dependabot/npm_and_yarn/test/form-data-4.0.4
  • fix-decode-jwt-type
  • fix/go-true-client-comment-typo
  • fix/ssr-initialize-crash
  • fix/update-typedoc
  • hf/ci-add-dogfooding
  • hf/ci-provenance
  • hf/export-process-lock
  • hf/fallback-to-get-user-if-key-not-found
  • hf/fix-current-session-split
  • hf/fix-docs-ethereum
  • hf/get-claims-official
  • hf/improve-insecure-user-warning
  • hf/introduce-split-session-and-user-storage
  • hf/link-identity-oidc
  • hf/refactor-internal-types
  • hf/remove-solana-dependency
  • hf/revert-btoa-thing
  • hf/session-expired-with-margin-no-autorefresh
  • hf/validate-admin-api-uuid
  • hf/web3
  • issues/1076
  • j0/add_firebase_scrypt
  • j0/add_webauthn
  • kiwicopple/add-throwOnError
  • km/add-ttl-getclaims
  • km/feat-get-claims
  • mandarini-patch-1
  • more-tests
  • refs/pull/1018/merge
  • refs/pull/1053/merge
  • refs/pull/1064/merge
  • second_branch_with_tests
  • tests
  • tests2
  • tests_again

23 Jan 2026 11:14AM UTC coverage: 70.669%. Remained the same
21284248075

push

github

web-flow
docs: small readme update

1083 of 1681 branches covered (64.43%)

Branch coverage included in aggregate %.

1495 of 1967 relevant lines covered (76.0%)

149.71 hits per line

Relevant lines Covered
Build:
Build:
1967 RELEVANT LINES 1495 COVERED LINES
149.71 HITS PER LINE
Source Files on master
  • Tree
  • List 18
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
21284248075 master docs: small readme update push 23 Jan 2026 11:17AM UTC web-flow github
70.67
21284061417 master docs: revise README for repository migration details (#1133) Updated README to reflect repository migration to Supabase JS Monorepo. ## What kind of change does this PR introduce? Bug fix, feature, docs update, ... ## What is the current behav... push 23 Jan 2026 11:11AM UTC web-flow github
70.67
18196050767 master chore: add deprecation notice (#1129) Add deprecation notice and point to new repo. push 02 Oct 2025 02:29PM UTC web-flow github
70.67
17979937733 master feat: mfa with webauthn support (#1118) ## What kind of change does this PR introduce? **Feature** - This PR introduces YubiKey support for Multi-Factor Authentication (MFA) via WebAuthn, enabling users to authenticate with hardware security key... push 24 Sep 2025 02:31PM UTC web-flow github
69.76
17979215375 master ci: do not fail on coveralls error (#1121) ## What kind of change does this PR introduce? Add a `fail-on-error: false` to `coveralls` uploads. Change `coverageapp` version used from `master` to `v2`, so that it accepts this input. ## What is th... push 24 Sep 2025 02:06PM UTC web-flow github
79.79
17979196376 master feat: implement `linkIdentity` for oidc / native sign-in (#1096) Adds `linkIdentity()` method which allows passing OIDC credentials. The ID token will be linked to the currently signed in user. See also: - https://github.com/supabase/auth/pull/2108 push 24 Sep 2025 02:06PM UTC web-flow github
79.79
17979121627 master fix: prettify types and improved typesafety for MFA methods (#1116) ## What kind of change does this PR introduce? This is a preparatory PR for adding webauthn support, which will have different params/responses across the `client.mfa.{enroll/ch... push 24 Sep 2025 02:03PM UTC web-flow github
80.82
17647803007 master fix: docs for ethereum (#1117) Docs mentioned Solana instead of Ethereum. push 11 Sep 2025 02:31PM UTC web-flow github
80.81
17584387351 master fix: update typedoc to 0.23 (#1113) ## What kind of change does this PR introduce? Update typedoc to `0.23.28`. This is needed in the monorepo, due to hoisting issues. push 09 Sep 2025 01:37PM UTC web-flow github
80.81
17320322015 master chore: secure-proof workflows (#1105) ## What kind of change does this PR introduce? Proactive security hardening - implementing defense-in-depth for our preview release workflow. ## What is the current behavior? The current `preview-release.y... push 29 Aug 2025 09:40AM UTC web-flow github
80.81
See All Builds (237)
  • Repo on GitHub
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