0.0.8 • Published 5 years ago

@fwd/auth v0.0.8

Weekly downloads
6
License
MIT
Repository
github
Last release
5 years ago

A NodeJS library to simplify Authentication.

Install

npm install @fwd/auth @fwd/database @fwd/api

Usage

const api = require('@fwd/api')

const database = require('@fwd/database')('local', {
	database: "database.json"
})

const auth = require('@fwd/auth')('local', {
	database: database
})

api.add(auth)

api.start(80, __dirname)

Author

šŸ‘¤ Forward Miami

šŸ¤ Contributing

Contributions, issues and feature requests are welcome!Feel free to check issues page.

Show your support

Help us continue maintianing and making cool stuff.

Become a sponsor to fwd

Give a ā­ļø if this project helped you!

šŸ“ License

Copyright Ā© 2020 Forward Miami. This project is Apache--2.0 licensed.

0.0.8

5 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago