immich/server/libs/domain/src/auth
Alex 7dbddba757
chore(server): remove token when logged out (#1560)
* chore(mobile): invoke logout() on mobile app

* feat: add mechanism to delete token from logging out endpoint

* fix: set state after login sequence success

* fix: not removing token when logging out from OAuth

* fix: prettier

* refactor: using accessTokenId to delete

* chore: pr comments

* fix: test

* fix: test threshold
2023-02-05 23:31:16 -06:00
..
dto chore(server): remove token when logged out (#1560) 2023-02-05 23:31:16 -06:00
response-dto refactor(server): auth service (#1383) 2023-01-23 22:13:42 -06:00
auth.constant.ts feat(server): move authentication to tokens stored in the database (#1381) 2023-01-27 14:50:07 -06:00
auth.core.ts refactor(server): download file (#1512) 2023-02-03 09:16:25 -06:00
auth.service.spec.ts chore(server): remove token when logged out (#1560) 2023-02-05 23:31:16 -06:00
auth.service.ts chore(server): remove token when logged out (#1560) 2023-02-05 23:31:16 -06:00
index.ts refactor(server): auth guard (#1472) 2023-01-31 12:11:49 -06:00