Update 1.1 TODO
+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
|
||||
|
||||
Reference in New Issue
Block a user