core-api-lib

Core library with all microservice utilities

Usage no npm install needed!

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

README

core-api-lib (Work in progress)

deepcode

Core library with all node microservice utilties

  • JWT username/password authentication (Token generation & verification)
  • Password encryption/descryption using "bcryptjs"
  • Error handlers
  • logger service

TODO

  • API request & response handler