You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Fixed bug in auth.ts where email was discarded when realm_access was missing
- Simplified parseAuthToken to only return email (removed roles)
- Removed roles authorization check in middleware (redundant with ALB auth)
- Added debug logging for token parsing in post-message.ts
- Fixed TypeScript types in middleware
This fixes the "null value in column useremail" error by ensuring tokens
with just email field (no realm_access) are properly handled.
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
0 commit comments