Topic: Ajax login

Login can do with form post. Can we do ajax post login?

Re: Ajax login

Ajax login can have security issues - what field(s) would you want to ajax anyway? If the username field or company name field are ajaxed, then it might become easy to guess them.

Re: Ajax login

I want to integrate fa login with another web applocation login written in codeigniter.  Receive all reports from fa.

Re: Ajax login

Either use some REST API or do a curl post into FA.