You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(auth): use readAll with filter in AuthService
- Replaces the obsolete `readAllByQuery` method with the new `readAll`
method in `AuthService`.
- Passes the query conditions as a `filter` map, aligning the service
with the new document-based data access pattern.
- This change completes the service-level refactoring for the MongoDB
migration.
0 commit comments