This website requires JavaScript.
Explore
Help
Register
Sign In
morteza
/
dmenu-api
Watch
1
Star
0
Fork
0
You've already forked dmenu-api
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
bf5b50a3a218f841a31e63ba8084ebd4d9e2f611
dmenu-api
/
src
/
modules
/
auth
T
History
morteza
bf5b50a3a2
bug
2025-11-19 00:44:11 +03:30
..
controllers
Refactor AdminAuthController and AuthService to implement admin-specific token refresh functionality; update TokensService to handle refresh token logic with improved transaction management and error handling.
2025-11-18 14:29:00 +03:30
decorators
Add permissions handling to AdminAuthGuard and RoleController; refactor DatabaseSeeder to utilize enums for permissions
2025-11-18 15:24:20 +03:30
dto
login
2025-11-18 00:20:15 +03:30
guards
bug
2025-11-19 00:44:11 +03:30
interfaces
role perms
2025-11-12 09:28:56 +03:30
services
Integrate RestaurantsModule into AdminModule; enhance AdminRepository to find admins by phone and restaurant slug using AdminRole; update AuthService to throw specific exception message when admin not found; correct last name in DatabaseSeeder for consistency.
2025-11-19 00:00:48 +03:30
transformers
Add AdminId decorator for extracting adminId from requests; refactor AdminController to utilize new decorator for fetching admin details and restaurant-specific admins; update AdminService to handle admin creation and retrieval by restaurant; remove unused role and permission entities for cleaner architecture.
2025-11-18 16:45:44 +03:30
auth.module.ts
up
2025-11-19 00:21:58 +03:30