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
c7f5190885
Merge pull request #1020 from jonnybarnes/dependabot/npm_and_yarn/babel/core-7.22.11
...
build(deps-dev): Bump @babel/core from 7.22.10 to 7.22.11
2023-08-25 13:40:59 +01:00
dependabot[bot]
26390520b4
build(deps-dev): Bump @babel/core from 7.22.10 to 7.22.11
...
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core ) from 7.22.10 to 7.22.11.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.22.11/packages/babel-core )
---
updated-dependencies:
- dependency-name: "@babel/core"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-08-25 12:38:49 +00:00
fc86628ae2
Merge pull request #1019 from jonnybarnes/dependabot/composer/barryvdh/laravel-debugbar-3.9.1
...
build(deps-dev): Bump barryvdh/laravel-debugbar from 3.8.2 to 3.9.1
2023-08-25 13:38:02 +01:00
dependabot[bot]
f813e5fad6
build(deps-dev): Bump barryvdh/laravel-debugbar from 3.8.2 to 3.9.1
...
Bumps [barryvdh/laravel-debugbar](https://github.com/barryvdh/laravel-debugbar ) from 3.8.2 to 3.9.1.
- [Release notes](https://github.com/barryvdh/laravel-debugbar/releases )
- [Commits](https://github.com/barryvdh/laravel-debugbar/compare/v3.8.2...v3.9.1 )
---
updated-dependencies:
- dependency-name: barryvdh/laravel-debugbar
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-08-25 09:03:38 +00:00
cf00a0e744
Merge pull request #1018 from jonnybarnes/dependabot/composer/spatie/laravel-ignition-2.3.0
...
build(deps): Bump spatie/laravel-ignition from 2.2.0 to 2.3.0
2023-08-23 11:26:54 +01:00
dependabot[bot]
6e20a55675
build(deps): Bump spatie/laravel-ignition from 2.2.0 to 2.3.0
...
Bumps [spatie/laravel-ignition](https://github.com/spatie/laravel-ignition ) from 2.2.0 to 2.3.0.
- [Release notes](https://github.com/spatie/laravel-ignition/releases )
- [Changelog](https://github.com/spatie/laravel-ignition/blob/main/CHANGELOG.md )
- [Commits](https://github.com/spatie/laravel-ignition/compare/2.2.0...2.3.0 )
---
updated-dependencies:
- dependency-name: spatie/laravel-ignition
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-08-23 10:14:06 +00:00
34123d146c
Merge pull request #1017 from jonnybarnes/dependabot/composer/laravel/sanctum-3.2.6
...
build(deps): Bump laravel/sanctum from 3.2.5 to 3.2.6
2023-08-23 11:12:46 +01:00
dependabot[bot]
f12a2571ac
build(deps): Bump laravel/sanctum from 3.2.5 to 3.2.6
...
Bumps [laravel/sanctum](https://github.com/laravel/sanctum ) from 3.2.5 to 3.2.6.
- [Release notes](https://github.com/laravel/sanctum/releases )
- [Changelog](https://github.com/laravel/sanctum/blob/3.x/CHANGELOG.md )
- [Commits](https://github.com/laravel/sanctum/compare/v3.2.5...v3.2.6 )
---
updated-dependencies:
- dependency-name: laravel/sanctum
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-08-23 09:34:37 +00:00
a3dbae01ac
Merge pull request #1016 from jonnybarnes/dependabot/composer/vimeo/psalm-5.15.0
...
build(deps-dev): Bump vimeo/psalm from 5.14.1 to 5.15.0
2023-08-22 09:00:56 +01:00
dependabot[bot]
63c0af7317
build(deps-dev): Bump vimeo/psalm from 5.14.1 to 5.15.0
...
Bumps [vimeo/psalm](https://github.com/vimeo/psalm ) from 5.14.1 to 5.15.0.
- [Release notes](https://github.com/vimeo/psalm/releases )
- [Commits](https://github.com/vimeo/psalm/compare/5.14.1...5.15.0 )
---
updated-dependencies:
- dependency-name: vimeo/psalm
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-08-22 07:48:42 +00:00
479fc975f1
Merge pull request #1015 from jonnybarnes/dependabot/npm_and_yarn/stylelint-15.10.3
...
build(deps-dev): Bump stylelint from 15.10.2 to 15.10.3
2023-08-22 08:30:43 +01:00
dependabot[bot]
0aa0302421
build(deps-dev): Bump stylelint from 15.10.2 to 15.10.3
...
Bumps [stylelint](https://github.com/stylelint/stylelint ) from 15.10.2 to 15.10.3.
- [Release notes](https://github.com/stylelint/stylelint/releases )
- [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/stylelint/stylelint/compare/15.10.2...15.10.3 )
---
updated-dependencies:
- dependency-name: stylelint
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-08-21 09:26:00 +00:00
61fbf40059
Merge pull request #1014 from jonnybarnes/dependabot/composer/laravel/sail-1.23.4
...
build(deps-dev): Bump laravel/sail from 1.23.3 to 1.23.4
2023-08-18 11:55:44 +01:00
dependabot[bot]
a3d0fc5098
build(deps-dev): Bump laravel/sail from 1.23.3 to 1.23.4
...
Bumps [laravel/sail](https://github.com/laravel/sail ) from 1.23.3 to 1.23.4.
- [Release notes](https://github.com/laravel/sail/releases )
- [Changelog](https://github.com/laravel/sail/blob/1.x/CHANGELOG.md )
- [Commits](https://github.com/laravel/sail/compare/v1.23.3...v1.23.4 )
---
updated-dependencies:
- dependency-name: laravel/sail
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-08-18 09:23:57 +00:00
8a1638fe4f
Merge pull request #1013 from jonnybarnes/dependabot/composer/laravel/pint-1.11.0
...
build(deps-dev): Bump laravel/pint from 1.10.6 to 1.11.0
2023-08-16 18:11:41 +01:00
dependabot[bot]
15d08f4b4c
build(deps-dev): Bump laravel/pint from 1.10.6 to 1.11.0
...
Bumps [laravel/pint](https://github.com/laravel/pint ) from 1.10.6 to 1.11.0.
- [Release notes](https://github.com/laravel/pint/releases )
- [Changelog](https://github.com/laravel/pint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/laravel/pint/compare/v1.10.6...v1.11.0 )
---
updated-dependencies:
- dependency-name: laravel/pint
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-08-16 17:08:12 +00:00
42d5b58258
Merge pull request #1012 from jonnybarnes/dependabot/composer/laravel/sail-1.23.3
...
build(deps-dev): Bump laravel/sail from 1.23.2 to 1.23.3
2023-08-16 18:07:39 +01:00
dependabot[bot]
b00584b0ef
build(deps-dev): Bump laravel/sail from 1.23.2 to 1.23.3
...
Bumps [laravel/sail](https://github.com/laravel/sail ) from 1.23.2 to 1.23.3.
- [Release notes](https://github.com/laravel/sail/releases )
- [Changelog](https://github.com/laravel/sail/blob/1.x/CHANGELOG.md )
- [Commits](https://github.com/laravel/sail/compare/v1.23.2...v1.23.3 )
---
updated-dependencies:
- dependency-name: laravel/sail
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-08-16 17:05:09 +00:00
b63b84a87b
Merge pull request #1010 from jonnybarnes/dependabot/composer/phpunit/phpunit-10.3.2
...
build(deps-dev): Bump phpunit/phpunit from 10.3.1 to 10.3.2
2023-08-16 18:04:29 +01:00
dependabot[bot]
7477e7d771
build(deps-dev): Bump phpunit/phpunit from 10.3.1 to 10.3.2
...
Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit ) from 10.3.1 to 10.3.2.
- [Changelog](https://github.com/sebastianbergmann/phpunit/blob/10.3.2/ChangeLog-10.3.md )
- [Commits](https://github.com/sebastianbergmann/phpunit/compare/10.3.1...10.3.2 )
---
updated-dependencies:
- dependency-name: phpunit/phpunit
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-08-16 17:00:47 +00:00
8699978b2a
Merge pull request #1011 from jonnybarnes/dependabot/npm_and_yarn/postcss-8.4.28
...
build(deps-dev): Bump postcss from 8.4.27 to 8.4.28
2023-08-16 17:59:39 +01:00
dependabot[bot]
f826e3d328
build(deps-dev): Bump postcss from 8.4.27 to 8.4.28
...
Bumps [postcss](https://github.com/postcss/postcss ) from 8.4.27 to 8.4.28.
- [Release notes](https://github.com/postcss/postcss/releases )
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md )
- [Commits](https://github.com/postcss/postcss/compare/8.4.27...8.4.28 )
---
updated-dependencies:
- dependency-name: postcss
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-08-16 16:52:43 +00:00
02443ff511
Merge pull request #1009 from jonnybarnes/dependabot/npm_and_yarn/autoprefixer-10.4.15
...
build(deps-dev): Bump autoprefixer from 10.4.14 to 10.4.15
2023-08-16 17:52:06 +01:00
dependabot[bot]
571ad21999
build(deps-dev): Bump autoprefixer from 10.4.14 to 10.4.15
...
Bumps [autoprefixer](https://github.com/postcss/autoprefixer ) from 10.4.14 to 10.4.15.
- [Release notes](https://github.com/postcss/autoprefixer/releases )
- [Changelog](https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md )
- [Commits](https://github.com/postcss/autoprefixer/compare/10.4.14...10.4.15 )
---
updated-dependencies:
- dependency-name: autoprefixer
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-08-16 16:48:56 +00:00
a091317c1f
Merge pull request #1008 from jonnybarnes/dependabot/npm_and_yarn/eslint-8.47.0
...
build(deps-dev): Bump eslint from 8.46.0 to 8.47.0
2023-08-16 17:48:19 +01:00
dependabot[bot]
3b7838f6fd
build(deps-dev): Bump eslint from 8.46.0 to 8.47.0
...
Bumps [eslint](https://github.com/eslint/eslint ) from 8.46.0 to 8.47.0.
- [Release notes](https://github.com/eslint/eslint/releases )
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslint/compare/v8.46.0...v8.47.0 )
---
updated-dependencies:
- dependency-name: eslint
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-08-14 09:17:40 +00:00
a3e6ee0aaa
Merge pull request #1007 from jonnybarnes/dependabot/composer/laravel/scout-10.2.4
...
build(deps): Bump laravel/scout from 10.2.3 to 10.2.4
2023-08-11 14:53:33 +01:00
dependabot[bot]
709a26f771
build(deps): Bump laravel/scout from 10.2.3 to 10.2.4
...
Bumps [laravel/scout](https://github.com/laravel/scout ) from 10.2.3 to 10.2.4.
- [Release notes](https://github.com/laravel/scout/releases )
- [Changelog](https://github.com/laravel/scout/blob/10.x/CHANGELOG.md )
- [Commits](https://github.com/laravel/scout/compare/v10.2.3...v10.2.4 )
---
updated-dependencies:
- dependency-name: laravel/scout
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-08-11 14:44:17 +01:00
8873ff8f10
Merge pull request #1006 from jonnybarnes/dependabot/composer/laravel/horizon-5.19.1
...
build(deps): Bump laravel/horizon from 5.19.0 to 5.19.1
2023-08-11 14:44:06 +01:00
dependabot[bot]
fbb695a743
build(deps): Bump laravel/horizon from 5.19.0 to 5.19.1
...
Bumps [laravel/horizon](https://github.com/laravel/horizon ) from 5.19.0 to 5.19.1.
- [Release notes](https://github.com/laravel/horizon/releases )
- [Changelog](https://github.com/laravel/horizon/blob/5.x/CHANGELOG.md )
- [Commits](https://github.com/laravel/horizon/compare/v5.19.0...v5.19.1 )
---
updated-dependencies:
- dependency-name: laravel/horizon
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-08-11 09:28:48 +00:00
f4179fbf1b
Merge pull request #1001 from jonnybarnes/dependabot/npm_and_yarn/babel/preset-env-7.22.10
...
build(deps-dev): Bump @babel/preset-env from 7.22.9 to 7.22.10
2023-08-10 21:59:28 +01:00
dependabot[bot]
6fcf56136b
build(deps-dev): Bump @babel/preset-env from 7.22.9 to 7.22.10
...
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env ) from 7.22.9 to 7.22.10.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.22.10/packages/babel-preset-env )
---
updated-dependencies:
- dependency-name: "@babel/preset-env"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-08-10 20:55:36 +00:00
63605fb093
Merge pull request #1000 from jonnybarnes/dependabot/npm_and_yarn/babel/core-7.22.10
...
build(deps-dev): Bump @babel/core from 7.22.9 to 7.22.10
2023-08-10 21:53:18 +01:00
dependabot[bot]
457254b607
build(deps-dev): Bump @babel/core from 7.22.9 to 7.22.10
...
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core ) from 7.22.9 to 7.22.10.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.22.10/packages/babel-core )
---
updated-dependencies:
- dependency-name: "@babel/core"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-08-10 21:50:02 +01:00
a90ece5049
Merge pull request #999 from jonnybarnes/dependabot/npm_and_yarn/postcss-nesting-12.0.1
...
build(deps-dev): Bump postcss-nesting from 12.0.0 to 12.0.1
2023-08-10 21:49:45 +01:00
dependabot[bot]
a2dafd4c9e
build(deps-dev): Bump postcss-nesting from 12.0.0 to 12.0.1
...
Bumps [postcss-nesting](https://github.com/csstools/postcss-plugins/tree/HEAD/plugins/postcss-nesting ) from 12.0.0 to 12.0.1.
- [Changelog](https://github.com/csstools/postcss-plugins/blob/main/plugins/postcss-nesting/CHANGELOG.md )
- [Commits](https://github.com/csstools/postcss-plugins/commits/HEAD/plugins/postcss-nesting )
---
updated-dependencies:
- dependency-name: postcss-nesting
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-08-10 21:47:49 +01:00
683916c24a
Merge pull request #1005 from jonnybarnes/dependabot/composer/laravel/dusk-7.9.3
...
build(deps-dev): Bump laravel/dusk from 7.9.2 to 7.9.3
2023-08-10 21:47:15 +01:00
dependabot[bot]
fc9806b34a
build(deps-dev): Bump laravel/dusk from 7.9.2 to 7.9.3
...
Bumps [laravel/dusk](https://github.com/laravel/dusk ) from 7.9.2 to 7.9.3.
- [Release notes](https://github.com/laravel/dusk/releases )
- [Changelog](https://github.com/laravel/dusk/blob/7.x/CHANGELOG.md )
- [Commits](https://github.com/laravel/dusk/compare/v7.9.2...v7.9.3 )
---
updated-dependencies:
- dependency-name: laravel/dusk
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-08-10 20:43:16 +00:00
01f0006e23
Merge pull request #1004 from jonnybarnes/dependabot/composer/laravel/pint-1.10.6
...
build(deps-dev): Bump laravel/pint from 1.10.5 to 1.10.6
2023-08-10 21:27:05 +01:00
dependabot[bot]
b758d06311
build(deps-dev): Bump laravel/pint from 1.10.5 to 1.10.6
...
Bumps [laravel/pint](https://github.com/laravel/pint ) from 1.10.5 to 1.10.6.
- [Release notes](https://github.com/laravel/pint/releases )
- [Changelog](https://github.com/laravel/pint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/laravel/pint/compare/v1.10.5...v1.10.6 )
---
updated-dependencies:
- dependency-name: laravel/pint
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-08-10 20:25:19 +00:00
0b0b081fe1
Merge pull request #1003 from jonnybarnes/dependabot/composer/laravel/sail-1.23.2
...
build(deps-dev): Bump laravel/sail from 1.23.1 to 1.23.2
2023-08-10 21:24:36 +01:00
dependabot[bot]
83c4c4ecd6
build(deps-dev): Bump laravel/sail from 1.23.1 to 1.23.2
...
Bumps [laravel/sail](https://github.com/laravel/sail ) from 1.23.1 to 1.23.2.
- [Release notes](https://github.com/laravel/sail/releases )
- [Changelog](https://github.com/laravel/sail/blob/1.x/CHANGELOG.md )
- [Commits](https://github.com/laravel/sail/compare/v1.23.1...v1.23.2 )
---
updated-dependencies:
- dependency-name: laravel/sail
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-08-10 20:15:35 +00:00
c6ca8992c9
Merge pull request #1002 from jonnybarnes/dependabot/composer/mockery/mockery-1.6.6
...
build(deps-dev): Bump mockery/mockery from 1.6.4 to 1.6.6
2023-08-10 21:10:16 +01:00
dependabot[bot]
b70fbd7e40
build(deps-dev): Bump mockery/mockery from 1.6.4 to 1.6.6
...
Bumps [mockery/mockery](https://github.com/mockery/mockery ) from 1.6.4 to 1.6.6.
- [Release notes](https://github.com/mockery/mockery/releases )
- [Changelog](https://github.com/mockery/mockery/blob/1.6.x/CHANGELOG.md )
- [Commits](https://github.com/mockery/mockery/compare/1.6.4...1.6.6 )
---
updated-dependencies:
- dependency-name: mockery/mockery
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-08-10 20:04:59 +00:00
9f4a25dc48
Merge pull request #998 from jonnybarnes/dependabot/composer/nunomaduro/collision-7.8.1
...
build(deps-dev): Bump nunomaduro/collision from 7.7.0 to 7.8.1
2023-08-10 21:02:25 +01:00
dependabot[bot]
23e60c9d5f
build(deps-dev): Bump nunomaduro/collision from 7.7.0 to 7.8.1
...
Bumps [nunomaduro/collision](https://github.com/nunomaduro/collision ) from 7.7.0 to 7.8.1.
- [Changelog](https://github.com/nunomaduro/collision/blob/v7.x/CHANGELOG.md )
- [Commits](https://github.com/nunomaduro/collision/compare/v7.7.0...v7.8.1 )
---
updated-dependencies:
- dependency-name: nunomaduro/collision
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-08-07 09:17:56 +00:00
e9563279d8
Merge pull request #996 from jonnybarnes/dependabot/composer/phpunit/phpunit-10.3.1
...
build(deps-dev): Bump phpunit/phpunit from 10.2.6 to 10.3.1
2023-08-06 13:20:10 +01:00