2.0.4 • Published 3 years ago

nogot-auth v2.0.4

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

Flying Squid Authme

JavaScript Style Guide

GitHubNPMDocs
TheAlan404/flying-squid-authmehttps://www.npmjs.com/package/flying-squid-authmeReadme

A nogot authentication plugin for online-mode=false servers.

Install

npm install nogot-auth

Then edit your nogot config:

"plugins": {
    "nogot-auth": true
}

Configuration

The plugin will create it's configuration file automatically in ./authme/config.yml.
The config contains comments so it should be pretty easy to set up.
nogot-authme is mostly a drop-in, only edit config if you need to!

Storage

Currently only supports a quick.db database, but we might add more in the future.
If you need this please create an issue!

Security

nogot-authme uses BCrypt to hash and salt the passwords.
We might add more hashing methods in the future.

Contributing

Before commiting please run npm run lint and npm run fix to keep standard code style and check for errors.

TODO

Here

LICENSE

MIT

Screenshots

login screen