Updated Users (markdown)

Max 2015-02-06 14:24:40 +03:00
parent 82b7ebd162
commit ae0342585e

@ -6,8 +6,6 @@ Usernames only contain alphanumeric characters, hyphens and underscores.
# Authentication
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:
```lua
local success = GJ.authUser(name, token)
```