mirror of
https://github.com/elyby/accounts.git
synced 2025-05-31 14:11:46 +05:30
Use libsodium to encrypt all data, related to OAuth2
This commit is contained in:
@@ -1,9 +1,6 @@
|
||||
<?php
|
||||
return [
|
||||
'components' => [
|
||||
'oauth' => [
|
||||
'encryptionKey' => 'mock-encryption-key',
|
||||
],
|
||||
'tokens' => [
|
||||
'hmacKey' => 'tests-secret-key',
|
||||
'privateKeyPath' => codecept_data_dir('certs/private.pem'),
|
||||
|
||||
Reference in New Issue
Block a user