Token based authentication in Zend Expressive

Implementing JWT based authorization in PHP with Zend Expressive

3,5'
Diego Drigani 01/03/2017 03:36
category: Software Development
zf-logo-mark

Authentication is one of the most important parts of any web application. As RESTful API designers we often deal with the need of authenticating our users in order to handle and display sensible information. In this post, we’ll focus in a specific authentication strategy called token based authentication using Zend Expressive micro framework.

Read more…

Zend Framework 2 Routing Basics

An introduction to ZF2 Routing Internals

6'
Diego Drigani 04/06/2013 01:47
category: Software Development
Zend Framework 2 Routing

Earlier this year, I’ve had the opportunity to speak at the Italian Zfday in Milan, as well as at the Unconf of the PHPDay, the Italian conference on PHP, which is held every year in Verona. In both occasions, I introduced Zend Framework 2 Routing in a talk titled: “Full sail: easy routing with the ZF2” (original title: “Levate l’ancora: Rotte senza problemi con ZF2“). These conferences turned out to be interesting experiences, allowing me to get in touch with the Italian Zend Framework Community. From the positive feedback I have received, I’ve decided to write some blog posts about the topics that were introduced in my talks. So, here it comes this post, the first of a series about zf2 routing.

Read more…