Skip to content

Commit c7a13c9

Browse files
committed
fix(serurity): decrease token expiration time to 1 hour
1 parent 29e471c commit c7a13c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/services/forest_liana/token.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
EXPIRATION_IN_SECONDS = 14.days
1+
EXPIRATION_IN_SECONDS = 1.hours
22

33
module ForestLiana
44
class Token

0 commit comments

Comments
 (0)