Skip to content

Commit

Permalink
Bug Report: TImeout for User is short PalisadoesFoundation#1188 (Pali…
Browse files Browse the repository at this point in the history
…sadoesFoundation#1190)

* Change the ACCESS_TOKEN_SECRET expiration from 15m to 40m

* Change to old settings

* Bug Report: TImeout for User is short PalisadoesFoundation#1188
  • Loading branch information
Shugo52 authored Mar 17, 2023
1 parent 9818210 commit 8fb97a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utilities/auth.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export const createAccessToken = async (user: Interface_User) => {
},
ACCESS_TOKEN_SECRET!,
{
expiresIn: "15m",
expiresIn: "40m",
}
);
};
Expand Down

0 comments on commit 8fb97a4

Please sign in to comment.