Comments for blog.phpdev https://blog.phpdeveloper.org Wed, 21 Aug 2019 17:25:16 +0000 hourly 1 http://wordpress.com/ Comment on Introspection, Growth and Passion by jblotus https://blog.phpdeveloper.org/2019/08/21/introspection-growth-and-passion/comment-page-1/#comment-36979 Wed, 21 Aug 2019 17:25:16 +0000 http://blog.phpdeveloper.org/?p=945#comment-36979 Thank you for sharing! This was helpful to me in my own reflections on my tech career.

Like

]]>
Comment on Preparing for Pentesting (@ Longhorn PHP 2018) by PHP : Preparing for the Penetration Testing | Blog of Leonid Mamchenkov https://blog.phpdeveloper.org/2018/04/17/preparing-for-pentesting-longhorn-php-2018/comment-page-1/#comment-15076 Mon, 23 Apr 2018 07:46:23 +0000 http://blog.phpdeveloper.org/?p=943#comment-15076 […] Cornutt wrote “PREPARING FOR PENTESTING (@ LONGHORN PHP 2018)” blog post for his upcoming talk at the conference.  I’d gladly attend the talk, but […]

Like

]]>
Comment on PHP, PDO & HP Vertica by Gulab Pasha https://blog.phpdeveloper.org/2014/08/01/php-pdo-hp-vertica/comment-page-1/#comment-6725 Mon, 09 Nov 2015 16:22:53 +0000 http://blog.phpdeveloper.org/?p=846#comment-6725 Getting and following error.

Fatal error: Uncaught exception ‘PDOException’ with message ‘could not find driver’ in

Like

]]>
Comment on Behat and HTTP Auth (and Goutte) by Brian Gallagher https://blog.phpdeveloper.org/2012/03/21/behat-and-http-auth-and-goutte/comment-page-1/#comment-6473 Fri, 30 Oct 2015 04:41:25 +0000 http://blog.phpdeveloper.org/?p=446#comment-6473 If you are using the same username and password each time just to require site access (such as for a dev site) you can set the username and password in your YML file, like:

base_url: http://myuser:[email protected]/

It will automatically log you in via the URL, no special contexts required.

Like

]]>
Comment on Custom Callbacks with Invoke by Custom Callbacks with Invoke | PHP Information https://blog.phpdeveloper.org/2015/07/26/custom-callbacks-with-invoke/comment-page-1/#comment-4230 Sun, 26 Jul 2015 17:22:35 +0000 http://blog.phpdeveloper.org/?p=928#comment-4230 […] In putting the Invoke library to use I noticed something. While I could tell it to check for groups and permissions on the current user and limit HTTP methods on the request, there were more complex things I needed to check that weren’t part of these defaults. Now, I …read more […]

Like

]]>
Comment on Laravel Route Protection with Invoke by ccornutt https://blog.phpdeveloper.org/2015/06/24/laravel-route-protection-with-invoke/comment-page-1/#comment-4172 Thu, 23 Jul 2015 14:11:51 +0000 http://blog.phpdeveloper.org/?p=921#comment-4172 In reply to carbon12.

Agreed…authentication and authorization are hard problems to solve. Anyone that tells you any different is selling you something 🙂

Like

]]>
Comment on Laravel Route Protection with Invoke by carbon12 https://blog.phpdeveloper.org/2015/06/24/laravel-route-protection-with-invoke/comment-page-1/#comment-4171 Thu, 23 Jul 2015 14:10:16 +0000 http://blog.phpdeveloper.org/?p=921#comment-4171 This looks interesting. I think one of the biggest headaches I have found with rapid development is that permissions tend to get half baked or engineered in a way that tends not to be entirely DRY. Invoke looks to be something that can be baked in from any point in a projects development cycle and allows for quick and easy management of permissions without touching a line of code.

Like

]]>
Comment on PHP, Security & PSR-9/PSR-10 by Robert Reiz https://blog.phpdeveloper.org/2015/05/22/php-security-psr-9psr-10/comment-page-1/#comment-4166 Thu, 23 Jul 2015 09:05:04 +0000 http://blog.phpdeveloper.org/?p=904#comment-4166 That are great news. I wished other communities would have a similar approach.

Like

]]>
Comment on Laravel Route Protection with Invoke by Laravel Route Protection with Invoke | PHP Information https://blog.phpdeveloper.org/2015/06/24/laravel-route-protection-with-invoke/comment-page-1/#comment-3673 Thu, 25 Jun 2015 05:25:29 +0000 http://blog.phpdeveloper.org/?p=921#comment-3673 […] I started on a tool a while back to “scratch an itch” in a personal project to make it easier to protect endpoints based on the requested URL. The Invoke library makes it possible to detect the route requested and ensure a set of criteria are met to be …read more […]

Like

]]>
Comment on Invoke and Gatekeeper for Route Authentication & Authorization by Laravel Route Protection with Invoke | blog.phpdev https://blog.phpdeveloper.org/2015/04/24/invoke-and-gatekeeper-for-route-authentication-authorization/comment-page-1/#comment-3667 Wed, 24 Jun 2015 22:54:50 +0000 http://blog.phpdeveloper.org/?p=880#comment-3667 […] in group and permission checks too. I’ve already talked some about this kind of handling in a different post but I’ve more recently simplified it even more, no longer requiring extra classes in the […]

Like

]]>