mwdblib
mwdblib copied to clipboard
CLI: Implement caching of session token for password-authenticated sessions
Currently, every CLI command performs /auth/login request if password was stored using mwdb login command.
It would be nice to securely store session token for multiple password-authenticated CLI invocations.