jonnybarnes.uk/app/Http/Controllers
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
..
Admin feat: Add Passkey support 2023-10-27 20:22:40 +01:00
ArticlesController.php refactor: Refactor file headers and add Psalm suppressions 2023-07-28 11:48:07 +01:00
AuthController.php feat: Add Passkey support 2023-10-27 20:22:40 +01:00
BookmarksController.php refactor: Refactor file headers and add Psalm suppressions 2023-07-28 11:48:07 +01:00
ContactsController.php refactor: Refactor file headers and add Psalm suppressions 2023-07-28 11:48:07 +01:00
Controller.php chore: Refactor configuration files based on Laravel 10 skeleton 2023-06-09 18:31:53 +01:00
FeedsController.php refactor: Refactor file headers and add Psalm suppressions 2023-07-28 11:48:07 +01:00
FrontPageController.php refactor: Refactor file headers and add Psalm suppressions 2023-07-28 11:48:07 +01:00
LikesController.php refactor: Refactor file headers and add Psalm suppressions 2023-07-28 11:48:07 +01:00
MicropubController.php refactor: Refactor file headers and add Psalm suppressions 2023-07-28 11:48:07 +01:00
MicropubMediaController.php refactor: Refactor file headers and add Psalm suppressions 2023-07-28 11:48:07 +01:00
NotesController.php chore: Update and clean up file imports and annotations 2023-07-28 12:05:11 +01:00
PlacesController.php refactor: Refactor file headers and add Psalm suppressions 2023-07-28 11:48:07 +01:00
SearchController.php refactor: Refactor file headers and add Psalm suppressions 2023-07-28 11:48:07 +01:00
ShortURLsController.php refactor: Refactor file headers and add Psalm suppressions 2023-07-28 11:48:07 +01:00
TokenEndpointController.php refactor: Refactor file headers and add Psalm suppressions 2023-07-28 11:48:07 +01:00
WebMentionsController.php refactor: Refactor file headers and add Psalm suppressions 2023-07-28 11:48:07 +01:00