Is it possible to easily create a secure login system for a web game with online multiplayer/leaderboard?

Hello,
I’m new to defold, but have decent experience with godot. I have decided to move engines, as godo has issues exporting to the web. Before I start this project, I was wondering if it’s possible to create a secure login system for my game, which allows users to use online matchmaking and submit times for the leaderboard. Any ideas on how exactly to create this would be greatly appreciated. TIA

Sure, it is possible. It’s not really a game engine problem. You could for instance take a look Nakama which has a great Defold integration:

There’s also Colyseus which support Defold.

1 Like