You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a simple REST API written in PHP, which utilizes SQLite for local database storage and JWT (JSON Web Token) for secure authentication. It allows user registration, login, and user management (CRUD operations) via API endpoints.