David Steinsland
David Steinsland
No, it wouldn't. When doing so using Composer, CakePHP complains that it cannot find the strategies. of course, because the strategies are not placed within Cakephp-opauth/Strategy. So If I add...
Also: Installing CakePHP-opauth with opauth-google and opauth-openid, with no other requirements or configuration, I end up the following structure: ``` - Plugin + Opauth + Strategy - empty directory -...
I see your point, but if you set the boundries based on the minimal hardware requirements, that wont be any problem. The better the hardware, the better the speed. But...
Yes, I'm using DeployBot.
Yes, all that is taken care off.
Again, yes. Permissions are OK. Problem is not with my setup. As I said initially, the processes are started with the correct environment variables. So any failure _should_ be logged,...
It would, in my mind, be a good addition of the OAuth library. You're then able to provide authentication _and_ authorization in one go, and also providing a secure implicit...
Here's a list of certified OpenID Connect issuers: https://openid.net/certification/ My best tip is pointing you to the specification, though. Cumbersome reading material, but it's where it all is :)
Yeah. Would be nice to provide a clean way of exposing more metadata methods of ffmpeg. The actual conversions should in my opinion be done via the `ffmpeg` cli tool,...
Hmm, ok.. Sounds interesting, but having some experiences with video encoders I find it's best to do the actual encoding using ffmpeg. This is because of the optimisations that are...