Skip to content

Module to provide JWT token support to Zend framework MVC applications

License

Notifications You must be signed in to change notification settings

ministryofjustice/JwtZendAuth

 
 

Repository files navigation

Repository abandoned

This repository has moved to ministryofjustice/jwt-laminas-auth.

Zend Auth JWT module

This module provides authentication storage via JWT

Installation

Composer require ministryofjustice/jwt-zend-auth

Copy jwtzendauth.global.php to your autoload config directory and change the settings as appropriate.

Enable the module JwtZendAuth in your application config

Development using docker

This assumes you have docker and docker-compose installed

Install files to local vendor directory

docker-compose run composer

Run unit tests

docker-compose build unit-test && docker-compose run unit-test

About

Module to provide JWT token support to Zend framework MVC applications

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 99.3%
  • Dockerfile 0.7%