Laravel 10 REST API starter providing JWT authentication and auth endpoints
Starter template for building a Laravel 10 REST API with JWT (JSON Web Token) authentication. It provides endpoints for user login, fetching current user data, refreshing tokens, and logging out, suitable for projects that need stateless API authentication.
0