While working on #132 I've noticed that all tests pass regardless of whether the data is actually encrypted properly in /src/auth_plugin/crypt.ts. The tests will pass even if the function returns same unencrypted data as it receives. I think it should be checked whether the plugin has the necessary test coverage.
While working on #132 I've noticed that all tests pass regardless of whether the data is actually encrypted properly in
/src/auth_plugin/crypt.ts
. The tests will pass even if the function returns same unencrypted data as it receives. I think it should be checked whether the plugin has the necessary test coverage.