[FLOW3-general] scripted login
Christian Müller
christian.mueller at typo3.org
Mon Oct 15 08:44:35 CEST 2012
Hi,
On 14/10/12 14:26, John Small wrote:
> Are there any examples how to setup a site where I can login and have
> Firewall for different Methods ?
> I tried a bit but I didn't get it by now :s
>
> Login is working, but needs a human to handle that.
Why? A simple POST request with the needed parameters should work. For
executing the request see TYPO3\Flow\Http\Client\Browser class
If you want something easier you can create your own
AuthenticationProvider that logs in on something else (IP based or
public/private key for example).
Or what is it that doesn't work?
Cheers,
Christian
More information about the FLOW3-general
mailing list