From d56413f5ea1c64f6d82d3444cf11294c536b91cf Mon Sep 17 00:00:00 2001 From: Chris Nizzardini Date: Wed, 18 May 2022 19:31:40 -0400 Subject: [PATCH] [MixerApi/JwtAuth] - Adds JwtAuth plugin (#95) --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 7a54cdb..4843a56 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,8 @@ MixerAPI automatically installs the following plugins for your RESTful API proje ## Recommended Plugins -| Plugin | Description | -| ------------- | ------------- | -| [MixerApi/Crud](https://github.com/mixerapi/crud) | A service provider for CRUD (Create/Read/Update/Delete) operations. Since this plugin uses the experimental CakePHP dependency injection it must be enabled separately. | -| [Search](https://github.com/FriendsOfCake/search) | Search provides a simple interface to create paginate-able filters for your CakePHP application. | +| Plugin | Description | +|----------------------------------------------------------| ------------- | +| [MixerApi/Crud](https://github.com/mixerapi/crud) | A service provider for CRUD (Create/Read/Update/Delete) operations. Since this plugin uses the experimental CakePHP dependency injection it must be enabled separately. | +| [MixerApi/JwtAuth](https://github.com/mixerapi/jwt-auth) | A JWT authentication library for CakePHP supporting both HMAC (HS256 or HS512) and RSA (RS256 or RS512) with JSON Web Keys. | +| [Search](https://github.com/FriendsOfCake/search) | Search provides a simple interface to create paginate-able filters for your CakePHP application. |