Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 393 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 393 Bytes

Sanctum authentication example backend

A Laravel API that uses the Laravel Sanctum package to handle authentication with an SPA (see this repo for an example).

This project is only intended to demonstrate what Sanctum can do. It is not recommended to use it as a model for your own SPA projects.