Hi everyone ,
I want to make a login system for my game. It works by email and password.
I want to make a forgotten password option for users that can be able to recover their passwords.
How can I use Nakama to make this system?
Does Nakama have this option in itself?
Is it better to send the password to the user’s email? Or
Should we send a link to the user’s email and reset his password after clicking on it?
How to make these with nakama rpc functions? Is it possible?
Thanks for any help.