Authentication Plugin is an opensource MyBB plugin that allows you to use your MyBB forum as an authentication system for your applications (tools, mods).
Users receive unique API keys, and access is locked to their HWID unless an HWID change is requested.
Installation is simple, to install Authentication Plugin you need to:
- Copy the repository / Download the MyBB plugin under releases (or from official MyBB extend site), and extract it
- Pick one of the example programs for implementation details and authentication usage.
- Install and activate the MyBB plugin!
If you need help with installing/configuring Authentication Plugin, feel free to contact me anytime using any of the contact details listed on my GitHub profile.
- Add an option to send out HWID request messages to multiple users (for example; whole admin usergroup)
- Create a log for each time a user has interacted / logged into application with his API key
Authentication Plugin is released under the GNU GPL v3 license.
Authentication Plugin uses MyBB Opensource Forum Software.