jonnybarnes.uk/app/Models
Jonny Barnes 03c8f20a8c
feat: Add Passkey support
- Added a button for logging in with Passkeys in `login.blade.php`
- Refactored the `register` method and added the `login` method in `auth.js`
- Made various modifications and additions to the passkey functionality in `PasskeysController.php`
- Added event listener for login-passkey element in `app.js`
- Modified the passkeys table schema and made modifications to `Passkey.php`
- Changed the redirect route in the `login` method of `AuthController.php`
- Made modifications and additions to the routes in `web.php`
- Added `"web-auth/webauthn-lib": "^4.7"` to the list of required packages in `composer.json`
- Changed the redirect URL in `AdminTest.php`
2023-10-27 20:22:40 +01:00
..
Article.php Fix some Laravel Pint issues 2023-02-18 09:53:57 +00:00
Bio.php Switch bio to be stored in database 2023-04-11 17:37:42 +01:00
Bookmark.php Upgrade to Laravel 10 2023-02-18 09:34:57 +00:00
Contact.php Upgrade to Laravel 10 2023-02-18 09:34:57 +00:00
Like.php Upgrade to Laravel 10 2023-02-18 09:34:57 +00:00
Media.php Upgrade to Laravel 10 2023-02-18 09:34:57 +00:00
MicropubClient.php Upgrade to Laravel 10 2023-02-18 09:34:57 +00:00
Note.php refactor: Remove unnecessary import in Note model 2023-06-11 13:05:14 +01:00
Passkey.php feat: Add Passkey support 2023-10-27 20:22:40 +01:00
Place.php chore: Refactor configuration files based on Laravel 10 skeleton 2023-06-09 18:31:53 +01:00
SyndicationTarget.php Upgrade to Laravel 10 2023-02-18 09:34:57 +00:00
Tag.php Upgrade to Laravel 10 2023-02-18 09:34:57 +00:00
User.php Admin can now hopefully add a passkey to their account 2023-09-25 18:31:38 +01:00
WebMention.php Upgrade to Laravel 10 2023-02-18 09:34:57 +00:00