đ§ī¸ 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
- Public Endpoint: Should work immediately and return "Hello World!"
- Protected (No Auth): Should fail with 403 Forbidden
- 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