Skip to content
This repository has been archived by the owner on Apr 3, 2022. It is now read-only.

A flying squid local authentication plugin for `online-mode=false` servers.

License

Notifications You must be signed in to change notification settings

TheAlan404/flying-squid-authme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flying Squid Authme

JavaScript Style Guide

GitHub NPM Docs
TheAlan404/flying-squid-authme https://www.npmjs.com/package/flying-squid-authme Readme

A flying squid authentication plugin for online-mode=false servers.

Install

npm install flying-squid-authme

Then edit your flying-squid config:

"plugins": {
    "flying-squid-authme": 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.
Flying-squid-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

Flying-squid-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

About

A flying squid local authentication plugin for `online-mode=false` servers.

Resources

License

Stars

Watchers

Forks

Packages

No packages published