Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rupadana authored Oct 12, 2023
1 parent 1d882ef commit 482c303
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 482c303

Please sign in to comment.