| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| Migrations for Passkey and Registration Data source code.tar.gz | 2026-05-19 | 1.4 MB | |
| Migrations for Passkey and Registration Data source code.zip | 2026-05-19 | 1.5 MB | |
| README.md | 2026-05-19 | 801 Bytes | |
| Totals: 3 Items | 3.0 MB | 0 | |
- Feat: Issue #135
- Feat: Issue #136
- Feat: Add new traits (ManagesPasskey, ManagesRegistration, ManagesSubject, CognitoAuthenticatable) to persist is_webauthn_enabled, register_type, registered_at, and sub (subject key) on the user model.
- Fix: Refactor of RegistersUsers/RegisterController to centralise local-user creation, raise pre/post registration events, and parameterise status messages for register vs. invite flows.
- Feat: WebAuthPasskey::complete/delete now toggle is_webauthn_enabled on the user, fire a new PostPasskeyCompleteEvent.
- Feat: The home view/nav menu gain passkey-delete UI; all event constructors gain Log::debug calls and many files get a license header.