Skip to content

Commit 6cbcdc3

Browse files
committed
Update expiry time for access token
1 parent 08f40a4 commit 6cbcdc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/auth-service/src/app.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ export class AppService {
299299
},
300300
{
301301
secret: process.env.JWT_SECRET,
302-
expiresIn: '15m', // 15 minutes
302+
expiresIn: '1h', // 1 hour
303303
},
304304
),
305305
this.jwtService.signAsync(

0 commit comments

Comments
 (0)