-
- Implemented caching for decrypted private keys
released this
2025-08-03 21:06:31 +05:30 | -1 commits to main since this release- Enhanced logout with cache clearing and refresh token deletion
- Server-side caching of decrypted private key post-login - To avoid decrypting private key on every download + Should auto-clear on logout or token expiry
- Updated file download to use request body (+for password)
- Reduced refresh token expiry to 1 day
- Refresh token mechanism (JWT renewal without re-login) - Partially mentioned, but not yet implemented
- Switched to environment variables ($VARS) for sensitive configs
- Changes to SSL keystore
- Updated Docker image version to 1.5 for backend.
Downloads