This page tests browser storage capabilities for debugging authentication issues.
✅ localStorage working: Authentication will persist indefinitely (best option)
✅ sessionStorage working: Authentication will persist until tab/browser closes
⚠️ Neither working: You'll need to login again on each page reload
If you're seeing issues, try opening the browser console (F12) to see detailed logs.