0.0.8 ⢠Published 5 years ago
@fwd/auth v0.0.8
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
- Github: @fwd
- Website: https://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.
Give a āļø if this project helped you!
š License
Copyright Ā© 2020 Forward Miami. This project is Apache--2.0 licensed.