Remitex

Auth + Profile

Quick start

  • Run php artisan serve
  • Migrate DB: php artisan migrate
  • Use the API endpoints below to register and log in

Auth endpoints

  • POST /api/auth/register
  • POST /api/auth/login
  • POST /api/forgot-password

Authenticated

  • GET /api/user/me
  • POST /api/profile/update
  • POST /api/change-password
  • POST /api/logout

Admin (role: admin)

  • GET /api/admin/users