🛡️ Security Model - arilonUK/iotagentmesh GitHub Wiki
# Security Model
## Authentication
- Supabase Auth via email/password
- JWT stored in local storage
## Authorization
- Row-Level Security (RLS) in Supabase
- Policies scoped to user/org context
## Planned Enhancements
- Rate limiting
- Audit logs