EP register and sign in finish

This commit is contained in:
IO
2024-06-11 19:58:36 -06:00
parent a7a0edee5b
commit e61268a66a
6 changed files with 27 additions and 22 deletions
+1 -3
View File
@@ -18,9 +18,7 @@ import { User } from 'src/users/entities/user.entity';
return{
global: true,
secret: configService.get('JWT_SECRET'),
signOptions: {
expiresIn: configService.get('JWT_EXPIRE')
},
signOptions: { expiresIn: "1h"},
}
}
}),