I am looking to allow users to bypass the login form and instead login by sending the username and password right in the querystring, could anyone point me in the right direction where I should start overriding/hacking the fosuserbundle? =)
Or must I write my own login controller all together?
What I will do is, like I said in my comment, rely on the browser’s username/password remember function, and put a value in the querystring like ?autoLogin=true which will then activate a javascript that submits the form once page is loaded. Thus relying on the browser to remember the password for the mediaserver.