2 Open Issues Need Help Last updated: Jul 28, 2025

Open Issues Need Help

View All on GitHub
HU 2 - Gestión de Roles about 1 month ago

AI Summary: Implement role-based access control (RBAC) in a Laravel application. This involves creating role and user-role models/migrations, a RoleService for managing roles, backend logic for assigning roles, a middleware for role-based authorization, a scope to easily retrieve roles associated with a user, and a seeder for initial roles (e.g., admin, client).

Complexity: 4/5
good first issue

AI Summary: Implement user registration and authentication in a Laravel application. This includes creating user models and migrations, building an AuthController with login/register methods, implementing validation using requests, setting up API token authentication with Sanctum, creating authentication middleware, developing services and implementations, defining base scopes, and performing basic Postman testing.

Complexity: 4/5
good first issue