vibetunnel/web/.claude/settings.local.json
Helmut Januschka e9b395b726
Implement comprehensive user authentication with SSH key management (#43)
* Implement comprehensive user authentication system

- Add SSH-first authentication with password fallback
- Implement JWT token-based session management (24h expiry)
- Create browser-based SSH agent with key storage and signing
- Add challenge-response SSH authentication protocol
- Integrate PAM for system password authentication
- Build comprehensive authentication UI components
- Add SSH key manager for key generation and management
- Update middleware to support JWT tokens alongside existing auth
- Maintain backwards compatibility with existing HQ/remote auth
2025-06-24 00:31:13 +02:00

10 lines
No EOL
134 B
JSON

{
"permissions": {
"allow": [
"Bash(git -C .. pull)",
"Bash(rg:*)",
"Bash(grep:*)"
],
"deny": []
}
}