Question
Regarding Cross check of user credentials
Hello everyone
Suppose I have a application by which user register and he/she can login.(Not using Organization)
I will save the user details from registration page into Datatable.
If user hits the Rest API URL directly of any mashup for suppose, then it ask for user credentials.
How to authenticate the URL by retrieving the details from Datatable.

