Bringback Grow Legacy login System!
There are many login methods available for ltoken, Google login, Apple ID but let's be honest, they're all pretty boring and overly complex. I wanted to do something different, something creative.
Instead of forcing users through complicated OAuth flows or token management, Relegacy brings back the simplicity: just username and password. That's it. Everything else token generation, session management, checktoken handling is processed seamlessly in the backend. No hassle, no complexity.
Built with Node.js for high performance and stability, this project proves that simple can still be powerful. The server handles all the heavy lifting while you enjoy a clean, straightforward login experience.
- Auto update following the game client (using client clientData)
- Social login Token G login
- Session refresh
- Ltoken Validate
- Adding Socks5 Support
- Apple login Social Login
- enet connect for better token validation
- Install Dependencies
Runnpm installin the terminal. - Configure Environment
- Copy
example.envas template and rename to.envin root folder. - Create
.envinapiserver/folder with MongoDB URI. - Fill in your configuration values.
- Copy
- Install Certificate (Important!)
- Find
install-cert.batin the folder. - Right-click and Run as Administrator.
- This will trust the self-signed certificate so Growtopia/Https accepts the connection.
- Find
- Start the API Database: (if u want host for yourself)
node apiserver/apiserver.js
- Start the Main Server:
node server.js
- Set your
hostsfile to pointlogin.growtopiagame.comto127.0.0.1.
dont know where hosts exit? C:\Windows\System32\drivers\etc
This project is for educational purposes only. Use at your own risk.
Relegacy is a project made for educational purposes.
