From 36425890b3aef130b93136ca448486ac2434a483 Mon Sep 17 00:00:00 2001 From: Mika Tuupola Date: Tue, 16 Apr 2024 16:38:49 +0700 Subject: [PATCH 1/2] Add note about abandoning the package --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index e4152cb..b679091 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,6 @@ +> [!IMPORTANT] +> This package is abandoned. See [jimtools/jwt-auth](https://packagist.org/packages/jimtools/jwt-auth) for replacement. + # PSR-7 and PSR-15 JWT Authentication Middleware This middleware implements JSON Web Token Authentication. It was originally developed for Slim but can be used with any framework using PSR-7 and PSR-15 style middlewares. It has been tested with [Slim Framework](http://www.slimframework.com/) and [Zend Expressive](https://zendframework.github.io/zend-expressive/). From de614cf74d288ffef6e0d23e0404c3d64d46835c Mon Sep 17 00:00:00 2001 From: Mika Tuupola Date: Tue, 16 Apr 2024 16:41:49 +0700 Subject: [PATCH 2/2] Change to GitHub url --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b679091..244ed2d 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ > [!IMPORTANT] -> This package is abandoned. See [jimtools/jwt-auth](https://packagist.org/packages/jimtools/jwt-auth) for replacement. +> This package is abandoned. See [jimtools/jwt-auth](https://github.com/JimTools/jwt-auth) for replacement. # PSR-7 and PSR-15 JWT Authentication Middleware