From 482c30334aaa5930bac4f6bceb3b5167fb080364 Mon Sep 17 00:00:00 2001 From: Rupadana <34137674+rupadana@users.noreply.github.com> Date: Thu, 12 Oct 2023 23:25:41 +0800 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 18d142b..d91efec 100644 --- a/README.md +++ b/README.md @@ -113,6 +113,9 @@ You can edit prefix & group route name as you want, default im use model singula } ``` +## How to secure it? + +Basically, when u register the ApiService to the `routes/api.php` you can group it using `sanctum` middleware, Whichis this is default api authentication by Laravel. [Read mode](https://laravel.com/docs/10.x/sanctum) about laravel sanctum ## Changelog