Authenticate a User

Permalink
We're working to bring together all of our software solutions to use 1 centralized login. Is there a way to pass in a username and password and just get a true or false?

 
mkly replied on at Permalink Reply
mkly
Hello,
You can pass the uName and uPassword as post parameters to the url
http://www.example.com/index.php/login/do_login?format=JSON


You should be able to receive a JSON formatted response string to the login.

Best Wishes,
Mike