Skip to content

Releases: cpoppema/pass-server-node

Add logging and handle key id variations

30 Apr 20:06
Compare
Choose a tag to compare

With this release, logging is finally introduced. The default log level is error, that means only exceptions are logged to a file (and your console). Read more about it in the README.

This release also deals with the different valid notations for key id's. For example, 5AF8663E worked before, but 05AF8663E or 0x5AF8663E did not. The 0 and 0x-prefix are now taken into account when comparing a key id against the keys in .gpg-id.

Encrypt /secrets/ response for browser plugin v0.2.0

11 Mar 19:14
Compare
Choose a tag to compare
Release 0.2.0

First release of pass-server-node

28 Feb 16:42
Compare
Choose a tag to compare
Pre-release
v0.1.0

Release 0.1.0