feat: HMAC SHA256 Authentication #1688
Annotations
7 errors
src/Models/UserModel.php#L215
Offset 'email' does not exist on array{username: string, status: string, status_message: string, active: bool, last_active: string, deleted_at: string}.
|
src/Models/UserModel.php#L216
Cannot unset offset 'email' on array{username: string, status: string, status_message: string, active: bool, last_active: string, deleted_at: string}.
|
src/Models/UserModel.php#L217
Offset 'password_hash' does not exist on array{username: string, status: string, status_message: string, active: bool, last_active: string, deleted_at: string}.
|
src/Models/UserModel.php#L218
Cannot unset offset 'password_hash' on array{username: string, status: string, status_message: string, active: bool, last_active: string, deleted_at: string}.
|
tests/Unit/UserTest.php#L1
Ignored error pattern #^Cannot access property \$active on array\|object\.$# in path /home/runner/work/shield/shield/tests/Unit/UserTest.php was not matched in reported errors.
|
tests/Unit/UserTest.php#L1
Ignored error pattern #^Cannot access property \$password_hash on array\|object\.$# in path /home/runner/work/shield/shield/tests/Unit/UserTest.php was not matched in reported errors.
|
|
The logs for this run have expired and are no longer available.
Loading