Updated Users (markdown)

Max 2015-02-06 14:10:25 +03:00
parent cf2c60f240
commit 08345df5ef

@ -3,7 +3,7 @@ Your games do not authenticate users by using their username and password combin
Usernames only contain alphanumeric characters, hyphens and underscores.
# Authenticating User
# Authenticating user's info
Authenticates the user's information. This should be done before you make any calls for the user, to make sure that the user's credentials (username/token) are valid.
Example:
@ -18,7 +18,7 @@ You can also check if user is authenticated using GJ.isLoggedIn
local ready = GJ.isLoggedIn
```
# Fetching user info
# Fetching user's info
There are two ways to fetch information about specific user.
By username: