Hi,
I want authenticate login in moodle with another software, external software give me username and a token with this link
http://mymoodle.com/?user=xxxx,token=xxxxx
and I want authenticate user in moodle
if user is exist in moodle, just will be authenticate user and if user not exist, moodle will should be created and authenticate it
can you tell me step by step, how can I do? I'm new in moodle
Thanks