Tamee

Authentication Portal

{{ emailAuthError }}
───── or ─────
{{ emailAuthError }}
{{ emailAuthSuccess }}
📋 Registration requires an invitation code
Enter your invitation code below to unlock the registration form.
⏳ Checking invitation code...
✓ Valid invitation code • Expires: {{ new Date(invitationStatus.expiresAt).toLocaleDateString() }}
✗ {{ invitationStatus.message || 'Invalid or expired invitation code' }}
✅ Code verified! Choose your registration method below.
✗ Emails do not match
Password must be at least 6 characters
✗ Passwords do not match
⚠️ Please fix the validation errors above before submitting
───── or ─────

Processing authentication...

👤 User Information

Sub: {{ userInfo.sub }}
Name: {{ userInfo.name }}
Email: {{ userInfo.email }}
Email Verified: {{ userInfo.email_verified ? '✅ Yes' : '❌ No' }}
Picture: Profile

🔑 Tokens

Access Token: {{ tokenExpired ? 'Expired' : 'Valid' }}
{{ tokens.access_token.substring(0, 60) }}...
Expires: {{ tokenExpiryTime }}
ID Token:
{{ tokens.id_token.substring(0, 60) }}...
Refresh Token:
{{ tokens.refresh_token.substring(0, 60) }}...

🔑 Authentication

Auth Method: Email Authentication

You are logged in using email authentication. OIDC tokens are not available for this login method.