Commit graph

4 commits

Author SHA1 Message Date
DJP
dcd2f96429 Add comprehensive debug output for troubleshooting
- Added debug information section that displays after POST
- Shows raw webhook response and HTTP code
- Displays decoded result and JSON decode errors
- Shows state of $result and $error variables
- Helps identify why results aren't displaying

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-23 14:58:53 -04:00
DJP
f036ad7138 Fix results display by moving outside protected-content div
- Moved results section outside of protected-content div
- Results are now always visible when returned from webhook
- Form remains protected by authentication
- Resolves issue where results wouldn't display after form submission

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-23 14:54:37 -04:00
DJP
d6cd75b3c2 Fix authentication session persistence on form submission
- Modified auth script to check for existing session before triggering login
- Prevents login popup from appearing after form submission and page reload
- Users can now see response results without re-authenticating

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-23 14:50:15 -04:00
DJP
37fcdcb5cc Add Microsoft authentication and user tracking to HP Copy Proofing Tool
- Implemented Microsoft Azure AD authentication using MSAL
- Added login/logout functionality with protected content
- Integrated username/email capture from authenticated users
- Modified webhook to include username and timestamp with each submission
- Updated README with authentication setup and usage instructions

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-23 14:49:33 -04:00