Authentication Test Page (Using Actions)

Not Authenticated

Please log in to test authentication

Server Actions Pattern

This page uses Next.js Server Actions for all API communication:

  • No direct API calls from the browser
  • Type-safe with automatic validation
  • Consistent error handling
  • All API tokens stay server-side