1.0.4 • Published 3 years ago

authtemplate v1.0.4

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

Auth Template

a express, mongoose , node template for a basic authentication using database with mongo db

it says the users to the database along with hashed passwords with SHA256 with crypto.


Installation

npm i auth-template


Usage

please add your mongo uri in index.js and add express secret in controller/auth.js and you are ready to go!

const { MainURLS } = require("authtemplate")

MainURLS("your-mongodb-url")

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago