feat(python): add jwt token lifetime from config

This commit is contained in:
sshakndr
2025-01-31 12:47:44 +07:00
committed by Sergey Linnik
parent 3102f4835c
commit 3c4b2e2877
3 changed files with 8 additions and 0 deletions

View File

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