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…