jonnybarnes.uk/tests/Feature/Admin
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
..
AdminHomeControllerTest.php Update Laravel Pint 2023-04-20 17:34:06 +01:00
AdminTest.php feat: Add Passkey support 2023-10-27 20:22:40 +01:00
ArticlesTest.php Update Laravel Pint 2023-04-20 17:34:06 +01:00
BioTest.php Switch bio to be stored in database 2023-04-11 17:37:42 +01:00
ClientsTest.php Update Laravel Pint 2023-04-20 17:34:06 +01:00
ContactsTest.php Fix files with Laravel Pint 2022-07-09 10:08:26 +01:00
LikesTest.php Update Laravel Pint 2023-04-20 17:34:06 +01:00
NotesTest.php Implement strict Eloquent when developing 2022-11-24 21:44:57 +00:00
PlacesTest.php Finish re-working tests to run on test database 2021-08-31 12:28:00 +01:00