wip(backend): Singup workflow and tests
This commit is contained in:
parent
0eaccf7b18
commit
efe9e6c24d
5 changed files with 113 additions and 60 deletions
|
@ -31,7 +31,7 @@ const config = {
|
|||
secretOrKey: process.env.API_ENC_KEY,
|
||||
issuer: process.env.API_JWT_ISSUER,
|
||||
audience: process.env.API_JWT_ISSUER,
|
||||
expiresIn: process.env.API_JWT_EXPIRY || '36 days',
|
||||
expiresIn: process.env.API_JWT_EXPIRY || '7d',
|
||||
},
|
||||
languages: ['en', 'de', 'es', 'fr', 'nl'],
|
||||
aws: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue