by Vishwas Painuly.
I am beginner for web service. I am writing a web service in Moodle.
Can we access a web service without passing a token?
For eg: I want to create a forgot password web service, so i need to enter either username or email, but not the token.
I've created a web service which works with token. On mobile app 3.3, i would like to create a web service which should work without a token. Because when the user is not logged in, he can click on forgot password and provide the parameters either the username or the email id, but not the token.
Is there any way to create a web service without a token?