Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Add note about abandoning the package #254

Merged
merged 2 commits into from
Sep 11, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Add note about abandoning the package
tuupola committed Apr 16, 2024
commit 36425890b3aef130b93136ca448486ac2434a483
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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/).