Create User / Login
Last updated
Last updated
TalkPlus supports anonymous and token-based login. In order to use token-based login, you must call /api/users/create
and /api/users/login
from the REST API endpoints to create user and retrieve user’s login token.
If you need translation feature, see below.
You can check whether current session is logged in or not.
You need a unique user ID and a username to login anonymously.
You need a unique user ID, a username and a login token to login.