feat: refresh token system

This commit is contained in:
Ahmet Kaan GÜMÜŞ 2025-01-14 00:59:21 +03:00
parent 87412ca828
commit cf1107d09c
7 changed files with 85 additions and 63 deletions

View file

@ -1,5 +1,6 @@
[server_config]
address = "localhost:2344"
otp_time_limit = 15
login_token_time_limit = 15
concurrency_limit = -1
login_token_expiration_time_limit = 15
login_token_refresh_time_limit = 30
concurrency_limit = -1