Skip to content

Commit ae60301

Browse files
authored
Merge pull request #432 from ForestAdmin/fix/agent-token
fix(serurity): decrease token expiration time to 1 hour
2 parents a4263bf + c7a13c9 commit ae60301

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)