Update 1.1 TODO

2025-07-27 15:08:31 +05:30
parent dc4baabe39
commit d36ff7e966
+3 -4
@@ -32,17 +32,16 @@
---
## Partially Done or In Progress
## Done 👍
### Refresh Token Support
- [ ] Refresh token mechanism (JWT renewal without re-login)
- [x] Refresh token mechanism (JWT renewal without re-login)
- Partially mentioned, but not yet implemented
### Caching Decrypted Private Keys
- [ ] Server-side caching of decrypted private key post-login
- [x] 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