mwdblib icon indicating copy to clipboard operation
mwdblib copied to clipboard

CLI: Implement caching of session token for password-authenticated sessions

Open psrok1 opened this issue 4 years ago • 0 comments

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.

psrok1 avatar Oct 27 '21 17:10 psrok1