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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user