No description
Find a file
Lucas e95f47874a Add authentication system with Authelia integration
- Add /auth/user API endpoint to extract and return Authelia headers
- Create account.html test page for authentication verification
- Update documentation in CLAUDE.md with authentication setup details
- Add account page to main feature list in index.html

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-06-14 01:56:00 +02:00
.gitignore Initial commit: Web development playground 2025-06-14 01:38:32 +02:00
account.html Add authentication system with Authelia integration 2025-06-14 01:56:00 +02:00
ajax.html Initial commit: Web development playground 2025-06-14 01:38:32 +02:00
CLAUDE.md Add authentication system with Authelia integration 2025-06-14 01:56:00 +02:00
echo-test.html Initial commit: Web development playground 2025-06-14 01:38:32 +02:00
go.mod Initial commit: Web development playground 2025-06-14 01:38:32 +02:00
go.sum Initial commit: Web development playground 2025-06-14 01:38:32 +02:00
index.html Add authentication system with Authelia integration 2025-06-14 01:56:00 +02:00
items.html Initial commit: Web development playground 2025-06-14 01:38:32 +02:00
main.go Add authentication system with Authelia integration 2025-06-14 01:56:00 +02:00
random.html Initial commit: Web development playground 2025-06-14 01:38:32 +02:00
styles.css Initial commit: Web development playground 2025-06-14 01:38:32 +02:00