mirror of
https://github.com/samsonjs/vibetunnel.git
synced 2026-04-15 12:55:52 +00:00
* 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
10 lines
No EOL
134 B
JSON
10 lines
No EOL
134 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(git -C .. pull)",
|
|
"Bash(rg:*)",
|
|
"Bash(grep:*)"
|
|
],
|
|
"deny": []
|
|
}
|
|
} |