I’m building a multiplayer game in Nakama, and to avoid problems further down the line I’m keen to make sure all players are authenticated before they hit the server. I can’t seem to get Nakama authentication on mobile working (via Game Center or Google login), so I was pondering alternatives. Maybe HTML5!
Does Defold support any platform(s) allowing player authentication when bundled to HTML5?
I had a look at the asset portal, where Poki is an alternative - but sadly the Poki SDK doesn’t seem to spit back a unique ID for the player, as it’s more of a one-way system for ads and analytics.