Version 3.27.0 does not exist on the MS CDN. Use jsDelivr npm mirror
with @3 tag to always load the latest stable MSAL v3.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
deploy.sh pulls latest code from origin/main, sets file permissions,
and validates PHP syntax. Safe to run on initial setup or any update.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Implements Microsoft SSO using MSAL.js 3.27.0 (redirect flow) so only
users in the specified Azure AD tenant can access the tool. Auth overlay
shown on load; app revealed after successful login with user name and
Sign out button in the header.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Remove references to deleted PHP auth system, simplify documentation,
and update file structure to match current codebase.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Remove server-side auth files (.htaccess, auth.php, login.php, logout.php, SECURITY_SETUP.md) and replace index.php with static index.html.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>