đŸŒ§ī¸ Raindrop Auth Test UI

Test public and protected API endpoints

🌐 Public Endpoint Test

Tests the public endpoint that requires no authentication.

🔒 Protected Endpoint Tests

Tests the protected endpoint with and without authentication.

â„šī¸ Instructions

  1. Public Endpoint: Should work immediately and return "Hello World!"
  2. Protected (No Auth): Should fail with 403 Forbidden
  3. Protected (With Auth): Requires authentication setup:
    • Configure WorkOS: raindrop build workos setup
    • Login: raindrop build workos env dev-login
    • Test will use stored JWT token