Updated Users (markdown)
parent
82b7ebd162
commit
ae0342585e
2
Users.md
2
Users.md
@ -6,8 +6,6 @@ Usernames only contain alphanumeric characters, hyphens and underscores.
|
|||||||
# Authentication
|
# 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.
|
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
|
```lua
|
||||||
local success = GJ.authUser(name, token)
|
local success = GJ.authUser(name, token)
|
||||||
```
|
```
|
||||||
|
Reference in New Issue
Block a user