Back to Developer Roadmap

Sanctum

src/data/roadmaps/laravel/content/[email protected]

4.0959 B
Original Source

Sanctum

Sanctum is a lightweight authentication system primarily designed for single-page applications (SPAs), mobile applications, and simple APIs. It provides a straightforward method for authenticating users using API tokens, allowing them to access protected routes and resources. Sanctum focuses on issuing API tokens that are scoped to specific abilities, offering a more granular control over user permissions compared to traditional session-based authentication.

Visit the following resources to learn more: