Why NavAuth? β
NavAuth is a minecraft premium auto-login and auth gateway plugin built for speed, security, and seamless player authentication.
π First of all, why do we need another login plugin? β
I created this plugin because none of the existing ones met my expectations.
My main issues were:
- Lack of "cloud-native" support
- Poor and messy codebases
- Security vulnerabilities caused by bad code design
- No support for modern Minecraft versions
- Usage of unsecure hashing algorithms
π In NavAuth password cracking takes more than TWELVE TRILLION (1.2 Γ 10^13) times longer than in the worst login plugins. β
Cracking the whole database of a bad plugin takes less than a FEW MINUTES.
π₯ Migrate now! β
- Download the plugin from Modrinth or our GitHub page.
- Check the migration guide for more information.
π Feature Comparison β
| Feature | NavAuth | LibreLoginProd |
|---|---|---|
| Supported Platforms | Velocity | Paper, Velocity |
| Premium auto-login | β | β |
| Security | High | Moderate |
| Performance | Fast | Moderate |
| Large scale support | β | β |
| Codebase quality | Good | Bad |
| Supported Databases | PostgreSQL, MySQL, MariaDB, SQLite, H2 | PostgreSQL, MySQL, MariaDB, SQLite |
| 2FA | β | π§ (needs additional plugin) |
| User sessions | β | β |
| Active Maintenance | β | β |
| Active Support | β | β |
| Multification | β | β |
| Plugins migration | β (any db type) | π§ (only for specific configurations) |
| Database type migration | β | π§ (partial) |
| Floodgate | β (planned) | β |
π Planned Features β
- support Paper platform
- auto resolution of conflicts
- option to translate uuid4 to uuid7
- multi-proxy with redis support
- auto-login offline mod
- login/2FA required by permission (good for admins)
- login session management with cookies
- advanced localization with multi-language support at one time
- floodgate support
- minecraft dialogs support for login/register
- whitelist for offline players
- password hashing algorithm auto-migration
- protected permission groups -> no way of changing passwords etc.
2FA Support β
We care about security, and we want to make sure that your players/administrators are safe.
Check 2FA page for more information.
Forward skin and profile data to backend servers β
Why use SkinsRestorer while you have an auth gateway? NavAuth forwards profile & skin data to all backend servers for you.

We test our code β
We use CI tests for crucial parts to make sure our plugin is always fully secure and stable.