Add RBAC support with roles, permissions, and session management. Implement middleware for authentication and CSRF protection. Enhance audit logging with additional fields. Update HTTP handlers and routes for new features.
This commit is contained in:
2
migrations/0003_jobs_details.sql
Normal file
2
migrations/0003_jobs_details.sql
Normal file
@@ -0,0 +1,2 @@
|
||||
-- 0003_jobs_details.sql
|
||||
ALTER TABLE jobs ADD COLUMN details TEXT;
|
||||
Reference in New Issue
Block a user