mongoDB - realm-web
How to keep user stay logged after reload a page. It's not a simple as I thought.
How to keep this user logged using only email and password authentication, I don't want to put a password parameter to JWT, then decode a token, then auth a user by encoded email and password. And I don't want a cloned user, of course.
Thanks for any answer.