Add Refresh token

This commit is contained in:
Aditya Siregar
2025-09-20 17:17:00 +07:00
parent 9db3dcb472
commit f85929c575
7 changed files with 100 additions and 24 deletions
+3
View File
@@ -7,6 +7,9 @@ jwt:
token:
expires-ttl: 144000
secret: "5Lm25V3Qd7aut8dr4QUxm5PZUrSFs"
refresh_token:
expires-ttl: 7776000 # 3 months in minutes (90 days * 24 hours * 60 minutes)
secret: "R3fr3sh_T0k3n_S3cr3t_K3y_2024_P0S"
customer:
expires-ttl: 7776000
secret: "z8d5TlFCT58Q$i0%S^2M&3WtE$PMgd"