Skip to content

Commit a4dedfa

Browse files
committed
Change the JWT expiration time
1 parent 7930bc2 commit a4dedfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ OAUTH2_CALLBACK_URL=http://127.0.0.1:8000/oauth2/token
44

55
JWT_SECRET=secret
66
JWT_ALGORITHM=HS256
7-
JWT_EXPIRES=5
7+
JWT_EXPIRES=900

0 commit comments

Comments
 (0)