locke-api

A generic API for a locke-implementation, dealing with access control and encryption

Usage no npm install needed!

<script type="module">
  import lockeApi from 'https://cdn.skypack.dev/locke-api';
</script>

README

locke-api Build Status

A generic API for a locke-implementation, dealing with access control and encryption.

ToDo

  • Run other combinations of storages, for example mongodb and both mem and mongodb as secured
  • Test SDL some more:
    • test that the password is not saved as plain text
    • test that a token salt is saved
    • test that the token salt cannot be overriden manually