Token based authentication in Zend Expressive
Implementing JWT based authorization in PHP with Zend Expressive
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…
Recent Comments