Closed alextran1502 closed 2 days ago
Refactor authentication to follow the repository pattern, add tests
The last method in the authProvider that has not been refactored yet is saveAuthInfo, which will need subsequent PRs to refactor other modules such as user and user's preferences
saveAuthInfo
I looked through it briefly and it looks good overall.
Refactor authentication to follow the repository pattern, add tests
The last method in the authProvider that has not been refactored yet is
saveAuthInfo
, which will need subsequent PRs to refactor other modules such as user and user's preferences