Hi,
I am new to game design/development. Just practicing with Godot and Nakama.
I’ve already implemented Registration & Login to Nakama server for testing purpose.
It works fine. I also followed a tutorial to use some features of Nakama to start a match between 2 players.
But I could not find any way to verify a user’s email before/after registering an account.
I would like to learn best practice to verify a user’s email address.
Is this something should be done on Godot code ? is there a Nakama feature that could verify user’s email ?
Or should I implement a plugin ? On Godot or Nakama ?
thanks.