deckhearth/lib
Randall Stillwell 85131240e5 🔍 Add Authentication Debugging
- Added debug logging to getUserFromRequest function
- Log when no auth header is found vs when token verification fails
- Log token verification attempts and decoded results
- This will help identify why 'All My Cards' collection lookup is failing

The issue appears to be that the development fallback always returns admin user,
but users are trying to access collections belonging to other users (like Bob).
This debugging will help us see if tokens are being sent properly.
2025-07-27 21:22:25 -05:00
..
admin-auth.js Integrated real database authentication with JWT tokens 2025-07-24 16:36:10 -05:00
auth-context.js Major redesign: Enhanced card display with particle effects, improved filters, and search functionality 2025-07-23 21:26:54 -05:00
database.js Major redesign: Enhanced card display with particle effects, improved filters, and search functionality 2025-07-23 21:26:54 -05:00
permission-middleware.js 🔍 Add Authentication Debugging 2025-07-27 21:22:25 -05:00
slug-utils.js 🔗 Implement Collection Slug URLs 2025-07-26 22:06:52 -05:00
theme-context.js Major redesign: Enhanced card display with particle effects, improved filters, and search functionality 2025-07-23 21:26:54 -05:00
use-auth.js 🔐 Fix Authentication Issues in Collection Pages 2025-07-26 22:23:31 -05:00