adonis-md5hash

0.0.2 • Public • Published

Adonis md5 hasher

Support md5 hashing in AdonisJS Project

Installation

npm install adonis-md5hash --save

After installation, you need to replace the Hash service provider in the bootstrap/app.js file.

bootstrap/app.js
const providers = [
  ...,
  // 'adonis-framework/providers/HashProvider',
  'adonis-md5hash/providers/HashProvider'
]

Readme

Keywords

none

Package Sidebar

Install

npm i adonis-md5hash

Weekly Downloads

1

Version

0.0.2

License

MIT

Last publish

Collaborators

  • lyubb