aboutsummaryrefslogtreecommitdiffstats
path: root/src/protocol.rs
Commit message (Collapse)AuthorAgeFilesLines
* add a separate "register" command to log in with api keysJesse Luehrs2021-10-271-1/+1
|
* start working on apikey authenticationJesse Luehrs2021-10-271-0/+1
| | | | | | | | | | not entirely working yet, because api keys aren't allowed to use the offline_access scope which provides access to the oauth refresh token. we will probably need to move to using stable device identifiers (should be able to generate one when the config is first created) and move this logic to a separate "rbw register" command which just does an apikey login but doesn't try to store any data, and then use the normal login flow after that
* clippyJesse Luehrs2021-07-051-0/+3
|
* implement rbw unlockedJesse Luehrs2020-07-251-0/+1
|
* use the crate version for the protocol versionJesse Luehrs2020-05-211-1/+11
|
* maintain folder and uris when editing an entryJesse Luehrs2020-05-031-1/+1
|
* expand the protocol to allow decrypting with organization keysJesse Luehrs2020-05-021-3/+9
| | | | not implemented yet, just changing the interface
* check protocol version before agent communicationJesse Luehrs2020-05-021-0/+4
|
* remove unnecessary commentsJesse Luehrs2020-04-181-3/+0
|
* add encryption to the agent protocolJesse Luehrs2020-04-181-0/+2
|
* rename some stuff to be less confusingJesse Luehrs2020-04-121-0/+27