FEL-623: ship passkey-first identity platform 0.6.0.0 - #2
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Ships the breaking Aether
0.6.0.0passkey-first identity platform tracked by FEL-623 and its child issues.This replaces the old password/JWT-based
aether-authsurface with storage-neutral KMP identity contracts, WebAuthn and recovery flows, organization RBAC, RFC 8628 device authorization, service identities, optional PostgreSQL/Firestore/Summon/OIDC/SAML/SCIM modules, and Seen FEL-634 consumer fixtures.Why
The previous authentication package coupled identity to legacy passwords, sessions, global permissions, and ORM APIs. The new design makes passkeys primary, keeps organization authority tenant-scoped, and provides the same protocol and storage contracts across JVM, wasmJs, and wasmWasi where the runtime supports the required capabilities.
Breaking impact
0.6.0.0; there are no password compatibility wrappers or automatic legacy identity migration.aether-authpassword, JWT, ActiveRecord session, group, and permission APIs.aether-coreauthentication/session facilities remain available for unrelated applications, but are not used by the identity platform.docs/.Verification
./gradlew verifyExpectedSourceTasks check --dependency-verification=strict --no-daemon --stacktracenpm run typecheck --prefix e2e-testsnpm test --prefix e2e-testscmake -S aether-identity-wasi-host -B build/identity-wasi-hostcmake --build build/identity-wasi-hostctest --test-dir build/identity-wasi-host --output-on-failureRelease gates
Merging this PR runs the repository verification workflow. Maven Central publication remains deliberately manual and fail-closed until the real wasmWasi component gate is present and the required hardware-passkey smoke-test and independent adversarial-review evidence have been supplied.
Linear: FEL-623, FEL-625, FEL-627, FEL-628, FEL-626