immich-app / immich

High performance self-hosted photo and video management solution.
https://immich.app
GNU Affero General Public License v3.0
52.88k stars 2.81k forks source link

chore(mobile): refactor authentication #14322

Closed alextran1502 closed 2 days ago

alextran1502 commented 4 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

jrasm91 commented 4 days ago

I looked through it briefly and it looks good overall.