@shahedofficial/micro_restaurant_support
v0.0.25
Published
## MiddleWare
Readme
Personal use for express (nodejs) project
MiddleWare
- authenticated
- currentUser
- error-handler
- request-validate
Error Handler
- badRequestError400
- databaseConnectionError500
- forbiddenError403
- notFoundError404
- requestValidationError400
- unauthorizedError401
service
- Password ( create hash and compare)
- encryptData ( encrypt and decrypt using secret key)
