Use libsodium to encrypt data, stored in jwt tokens

This commit is contained in:
ErickSkrauch
2019-12-05 19:37:46 +03:00
parent c3ffb08c4a
commit 642db2e045
5 changed files with 27 additions and 8 deletions

5
composer.lock generated
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": "10af6b999939a9f213664883387184ed",
"content-hash": "95971ae8836e4d182aae9e5c44021321",
"packages": [
{
"name": "bacon/bacon-qr-code",
@@ -6733,7 +6733,8 @@
"ext-libxml": "*",
"ext-mbstring": "*",
"ext-pdo": "*",
"ext-simplexml": "*"
"ext-simplexml": "*",
"ext-sodium": "*"
},
"platform-dev": []
}