-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Task Description :
building role based access control authentification system where basically the Admin account is seeded and that admin has access to create simple user accounts , the users & admins has login route + authentification middlware to check the user tokens , and another authorization middleware to check if the user has access
- define the user login business logic in the command handler
- define the login comand
- define the request validations using fluent behaviour validators
- configure automapping
- create user DTO & Object constent values
- create authentification and authorization middlewares
Notes :
- work in seprate branch
- follow the architecture wrokflow
Reactions are currently unavailable