bitwarden.el/TODOs.org
Lucien Cartier-Tilet 5f6645c032
Login improvements, rename transient’s variables and functions
New file: TODOs.org
Keep track of what I need to do

New variable: bitwarden--session. See TODOs.org

Rename variables generated for transient infixes

Rename action function for transients

Add action "get-server"

Rewrite login action

Begin to implement bitwarden-lock
2022-02-14 18:07:57 +01:00

50 lines
1.8 KiB
Org Mode
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

* Bitwarden TODO list [0/22]
** TODO [#A] Read the session key from ~$HOME/.config/Bitwarden CLI/data.json~
** TODO [#A] ~bitwarden-login~ [1/2]
*** DONE Implementation
CLOSED: [2022-02-14 Mon 11:42]
The variable ~bitwarden--session~ should be initialized when loading the
library.
*** TODO Test ~bitwarden-login~ [0/5]
**** TODO [#A] Test authinfo login
**** TODO [#A] Test plain password login
**** TODO [#B] Test password env login
**** TODO [#B] Test password file login
**** TODO [#C] Test SSO login
I dont have access to SSO login, Ill have to rely on someone else to
do it for me.
** TODO [#A] ~bitwarden-get~ [0/0]
** TODO [#A] ~bitwarden-create~ [0/0]
** TODO [#A] ~bitwarden-edit~ [0/0]
** TODO [#A] ~bitwarden-delete~ [0/0]
** TODO [#A] ~bitwarden-list~ [0/0]
** TODO [#B] ~bitwarden-config~ [1/2]
*** DONE Implementation
CLOSED: [2022-02-14 Mon 11:43]
*** TODO Test ~bitwarden-config~ [0/3]
**** TODO [#B] Test setting server information
**** TODO [#C] Test getting server information
**** TODO [#C] Extra URLs should be stored in variables
They can be read from the ~$HOME/.config/Bitwarden CLI/data.json~ file.
** TODO [#B] ~bitwarden-unlock~ [0/2]
*** TODO Implementation
*** TODO Test ~bitwarden-unlock~
** TODO [#B] ~bitwarden-lock~ [1/2]
*** DONE Implementation
CLOSED: [2022-02-14 Mon 11:49]
*** TODO Test ~bitwarden-lock~
** TODO [#B] Bitwarden status [0/0]
To be displayed in the main bitwarden transient
** TODO [#B] ~bitwarden-export~ [0/0]
** TODO [#B] ~bitwarden-restore~ [0/0]
** TODO [#A] ~bitwarden-generate~ [0/0]
** TODO [#C] ~bitwarden-sync~ [0/0]
** TODO [#C] ~bitwarden-encode~ [0/0]
** TODO [#C] ~bitwarden-update~ [0/0]
** TODO [#C] ~bitwarden-move~ [0/0]
** TODO [#C] ~bitwarden-confirm~ [0/0]
** TODO [#C] ~bitwarden-import~ [0/0]
** TODO [#C] ~bitwarden-share~ [0/0]
** TODO [#C] ~bitwarden-send~ [0/0]