⚠️ You idiot! You're not following the authentication covenant again!

CRITICAL AUTHENTICATION COVENANT:

  • ALL API calls to EasyRAM backend require authentication tokens
  • Backend uses Laravel Sanctum authentication
  • Protected routes require "Authorization: Bearer {token}" header
  • Login endpoint: POST /api/login with email/password returns token
  • Store token in localStorage as 'easyram_token'
  • Always check for tokens and handle authentication before making API calls
  • DON'T FORGET - User has reminded about this multiple times!

If you're seeing this page, you're trying to access the API without proper authentication.