feat(php): add jwt token lifetime from config

This commit is contained in:
sshakndr
2025-01-31 13:39:46 +07:00
committed by Sergey Linnik
parent ab0993f09f
commit b6613b5d21
3 changed files with 13 additions and 0 deletions

View File

@ -1,5 +1,6 @@
# Change Log
- php: jwt token lifetime from config
- ruby: jwt token lifetime from config
- python: jwt token lifetime from config
- java-spring: jwt token lifetime from config