feat: encrypted user passwords

This commit is contained in:
Björn Fromme
2025-04-24 12:26:42 +02:00
parent 5fe88fc0f2
commit fb6665668b
16 changed files with 292 additions and 79 deletions
Generated
+62 -1
View File
@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "75a72111cb05768e7e978a7161b2e0e5",
"content-hash": "6fcf6eb198ed84c9f95609ce613497e0",
"packages": [
{
"name": "carbonphp/carbon-doctrine-types",
@@ -2962,6 +2962,67 @@
},
"time": "2024-09-11T13:17:53+00:00"
},
{
"name": "spatie/crypto",
"version": "2.1.0",
"source": {
"type": "git",
"url": "https://github.com/spatie/crypto.git",
"reference": "9bda7d690ffa6a8884a8af69da2dba942bbac4eb"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/spatie/crypto/zipball/9bda7d690ffa6a8884a8af69da2dba942bbac4eb",
"reference": "9bda7d690ffa6a8884a8af69da2dba942bbac4eb",
"shasum": ""
},
"require": {
"ext-openssl": "*",
"php": "^7.4|^8.0"
},
"require-dev": {
"phpunit/phpunit": "^9.3",
"symfony/var-dumper": "^5.1"
},
"type": "library",
"autoload": {
"psr-4": {
"Spatie\\Crypto\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Freek Van der Herten",
"email": "[email protected]",
"homepage": "https://spatie.be",
"role": "Developer"
}
],
"description": "Encrypting and signing data using private/public keys",
"homepage": "https://github.com/spatie/crypto",
"keywords": [
"crypto",
"spatie"
],
"support": {
"source": "https://github.com/spatie/crypto/tree/2.1.0"
},
"funding": [
{
"url": "https://github.com/sponsors/spatie",
"type": "github"
},
{
"url": "https://spatie.be/open-source/support-us",
"type": "other"
}
],
"time": "2024-06-20T08:24:56+00:00"
},
{
"name": "symfony/apache-pack",
"version": "v1.0.1",