fix: Make v2 JWT incompatible with v1

- fix(Proposals): Populating driver data.
 - fix(Account): Make v1 and v2 JWT secret incompatible.
This commit is contained in:
Josepablo C
2024-08-05 23:35:15 -06:00
parent c3f0b08cb7
commit 15abfe6c45
5 changed files with 36 additions and 27 deletions

View File

@@ -1,7 +1,7 @@
{
"authentication": {
"pwdSecret":"Nx2g_IWo2Zt_LS$+",
"jwtSecret":"9o3BBz0EsrwXliwEJ/SFuywZoN8=",
"jwtSecret":"9o3BBz0EsrwXXiwEJ/SFuywZoN8=",
"jwtTimeout":24,
"jwtRenewalTimeout":720,
"tokenSecret":"9Z'jMt|(h_f(&/S+zv.K",
@@ -16,9 +16,9 @@
}
},
"version" : {
"version" : "1.1.1",
"version" : "2.0.0",
"name": "ETA Beta",
"date":"03/2024"
"date":"08/2024"
},
"S3" : {
"accessKeyId": "AKIAXTQEUF6MLCHTUIKW",