Open Issues Need Help
View All on GitHub Implement the authentication on client and server if needed about 1 month ago
AI Summary: Implement user authentication using username and password on both the client and server sides. The server should use Passport's local strategy for authentication and return a unique user ID (UID) in the response. The client should then store this UID for subsequent requests to the remote file system API.
Complexity:
4/5
enhancement help wanted question
Implement in server side the write/read in chunks about 1 month ago
enhancement help wanted