• Stars
    star
    1
  • Language
    PHP
  • Created over 2 years ago
  • Updated over 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Laravel API Repository Design Pattern CRUD | Sanctum Authentication | API Development Repository pattern is a kind of container where data access logic is stored. It hides the details of data access logic from business logic. Laravel Sanctum provides a featherweight authentication system for SPAs (single page applications), mobile applications, and simple, token-based APIs. Sanctum allows each user of your application to generate multiple API tokens for their account. These tokens may be granted abilities/scopes which specify which actions the tokens are allowed to perform.