Skip to content

feat(passkey): add passkeyEnabled flag and conditional passkey UI - #68

Merged
thorewi merged 1 commit into
mainfrom
webauthn
Aug 4, 2026
Merged

feat(passkey): add passkeyEnabled flag and conditional passkey UI#68
thorewi merged 1 commit into
mainfrom
webauthn

Conversation

@AdtMax

@AdtMax AdtMax commented Aug 4, 2026

Copy link
Copy Markdown
Contributor
  • Replace implicit passkey availability with explicit passkeyEnabled boolean on FancyAdmin config object
  • Wrap passkey section in account view with {if $isPasskeyEnabled} so it only renders when the feature is configured
  • Inject PasskeyFormFactory directly via use statement instead of through a separate inject trait
  • Add PasskeyQueryFactory import to DI extension
  • Add RuntimeException import to AccountPresenterTrait

- Replace implicit passkey availability with explicit `passkeyEnabled`
  boolean on FancyAdmin config object
- Wrap passkey section in account view with `{if $isPasskeyEnabled}`
  so it only renders when the feature is configured
- Inject PasskeyFormFactory directly via use statement instead of
  through a separate inject trait
- Add PasskeyQueryFactory import to DI extension
- Add RuntimeException import to AccountPresenterTrait
@thorewi
thorewi merged commit 3114b9f into main Aug 4, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants