Rest API for authentication

Re: Aw: Re: Re: Aw: Re: Re: Rest API for authentication

by Aruna Kathiriya -
Number of replies: 0
When you call http://yoursite/login/token.php?username=aaaa&password=Bbbb@123&service= 'your new mobile service' ,
if username & password is correct, user will get autenticated first and then you will get token.
This token will be used to perform all other activities respective of the permission granted for that user.

I hope this will help.