This project is a Laravel implementation of JWT authentication with refresh token rotation.
Features:
- Short-lived access tokens for stateless authentication
- Refresh tokens stored securely in the database
- Refresh token rotation for enhanced security
- Logout revokes refresh tokens
- Protected API endpoint
- Multi-device support