From 76b56d3eb928c71d7b0260bf00f1f275cbc1e451 Mon Sep 17 00:00:00 2001 From: rrd108 Date: Sat, 11 Nov 2023 12:44:06 +0100 Subject: [PATCH] update link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 35cac98..294b4dd 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Make your CakePHP 5 JSON REST API response more descriptive on errors. -For CakePHP 4 support use the [CakePHP 4 branch](https://github.com/rrd108/cakephp-json-api-exception) +For CakePHP 4 support use the [CakePHP 4 branch](https://github.com/rrd108/cakephp-json-api-exception/tree/cakephp4) If you want a simple solution for token authentication for a CakePHP JSON REST API, then check this: [CakePHP API Token Authenticator](https://github.com/rrd108/api-token-authenticator)