Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 0 additions & 13 deletions .changeset/public-system-config-response.md

This file was deleted.

14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @seamless-auth/types

## 0.5.0

### Minor Changes

- e39584e: Add `PublicSystemConfigResponseSchema`, the slice of the system configuration a signed-out client
may read.

It carries `loginMethods` and nothing else. The sign-in screens in the SDKs currently fall back to a
hardcoded list of methods when they have no session, which can advertise a method an instance has
turned off. A contract for the configured methods lets a client ask instead of guess, and lets it
decide whether declining a passkey during registration would leave the user with no way back in.

Additive. No existing schema, type, or export changes.

## 0.4.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@seamless-auth/types",
"version": "0.4.1",
"version": "0.5.0",
"description": "Shared TypeScript types and Zod schemas for SeamlessAuth.",
"author": "Fells Code, LLC",
"license": "AGPL-3.0-only",
Expand Down