Register

Simple guide on how to register a user with the universal api


name : username -> value : the username you're trying to register with

name : email -> value : the email of the user

name : password -> value : the password you want for the user

name : token -> value : the token to register the user

name : program_key -> value : the program key

name : api_key -> value : the program api/enc key

complete api link for registering : https://cauth.me/api/uni_handler.php?type=register


PHP Code-Example

All the examples related to the universal api can be found in the php implementation located here : PHP
Response example : {"success":false,"response":"invalid_token","message":"The token you tried to use isn't valid"}
it is a json encoded array with three elements, success, result and message.