Commit graph

15 commits

Author SHA1 Message Date
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
2fb8339d91
Admin can now hopefully add a passkey to their account 2023-09-25 18:31:38 +01:00
cadd58187a
Initial work on adding passkeys
Mostly starting to get some javascript set up
2023-08-25 13:43:51 +01:00
051f6a4b03
Update Laravel Pint 2023-06-21 18:46:31 +01:00
447e72b16e
refactor: Add CSS extraction for production build
- Add `mini-css-extract-plugin` to `devDependencies`
- Optimize production builds with `MiniCssExtractPlugin`
- Improve CSS webpack rules for production and development builds
2023-05-29 12:44:29 +01:00
f5b037265b
Fix compiled assets for prod environments
- Set devtool to 'eval-source-map' only in development mode in webpack.config.js
2023-05-27 17:21:46 +01:00
e2f81ac7d0
Recompile public assets
Various npm dependencies have been updated recently, so recompile
2023-05-27 14:41:10 +01:00
57bd41febf
refactor: Refactor webpack config and asset handling
- Improve webpack performance and configuration
- Delete unnecessary CSS and binary files
- Adjust ESLint ignored files list
- Update package.json with webpack mode for dev and prod scripts
- Move app.css to app.js in master.blade.php
2023-05-08 21:56:05 +01:00
a0db33067c
2023 Redesign v1 2023-04-07 15:09:29 +01:00
132807e678 Update dependencies 2021-03-21 12:57:44 +00:00
1406e8b520 Some dependency updates 2021-01-31 14:50:01 +00:00
42340828bf Pass js through babel and eslint 2020-11-27 15:22:54 +00:00
c4eed8e41a Use webpack and postcss to generate CSS 2020-11-15 18:50:19 +00:00
e2b6874d9b Update dependencies, fix webpack configuration 2020-11-08 10:49:46 +00:00
ca882d0240 Update dependencies and rework webpack flow 2020-11-01 14:24:36 +00:00