Skip to content

Conversation

@Rene-Roscher
Copy link
Owner

No description provided.

Rene-Roscher and others added 30 commits August 15, 2025 09:26
- Added spatie/laravel-passkeys package for WebAuthn support
- Implemented passkey management UI in settings with full CRUD operations
- Added passkey authentication option to login page
- Enhanced passkey metadata tracking (browser, OS, device type)
- Added smart auto-naming based on device detection
- Implemented "recently used" badges for passkeys used in last 7 days
- Added EN and DE translations for all passkey-related text
- Integrated with existing Fortify authentication system
- Added security checks to prevent users from locking themselves out
- Created usePasskeys composable for frontend WebAuthn operations
- Fixed JSON double-encoding issue in authentication controllers
- Published passkeys configuration for proper relying party setup
- Fixed translation parameter handling to prevent undefined errors
- Ensured proper format for WebAuthn API compatibility
…eyController

- Fixed UserAgent service calls to use existing methods (browser(), platform(), etc.)
- Corrected recently used check to show passkeys used in last 7 days
- Properly detect device type (mobile, tablet, desktop)
- Removed call to non-existent device() method in UserAgent service
- Improved generateDeviceName() to create more readable device names
- Now generates names like 'Chrome on Mac OS X' or 'Safari on iOS (Mobile)'

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
- Fixed incorrect action class in PasskeyAuthenticationController
- Changed from non-existent AuthenticateUsingPasskeyAction to FindPasskeyToAuthenticateAction
- Updated authentication logic to use passkey object directly
- Added translation function access in script section of Passkeys.vue
- Used getCurrentInstance() to access global properties in Vue composition API

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
- Replaced non-functional ConfirmationStoreDialog with regular Dialog component
- Fixed delete confirmation modal now showing proper title and description
- Used hard-coded 'Cancel' and 'Delete' button text (consistent with other dialogs)
- Removed unused ConfirmationStoreDialog import

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
…lation

- Created custom Passkey model extending Spatie's with Snowflake ID support
- Updated migration to use unsignedBigInteger for Snowflake compatibility
- Fixed translation interpolation using string replacement for passkey name
- Fixed 403 error by properly comparing Snowflake IDs as strings
- Updated config to use custom Passkey model

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
- Changed from toDateTimeString() to toISOString() for proper timezone handling
- Updated formatLastUsed() to show 'Just now' for times less than 60 seconds
- Fixed timezone parsing issue that was showing incorrect time differences
- Now correctly displays 'Just now' when passkey was just used

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
@Rene-Roscher Rene-Roscher marked this pull request as ready for review November 18, 2025 19:27
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