I got following issue with web2py Authentication.

I have to authenticate through URL 
"http://www.example.com/something/q?ID='username'&pass='password'"

It return true or false. I cannot go and change it. And I have to do 
authentication with it for sure.

After I got true or false, I would like to insert username and password 
into web2py auth database and set login flag. So that user is logged in.

How could I implement it ?

-- 



Reply via email to