refactor: auth service (#11811)

This commit is contained in:
Jason Rasmussen 2024-08-15 09:14:23 -04:00 committed by GitHub
parent b288241a5c
commit a4506758aa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 352 additions and 46 deletions

View file

@ -25,6 +25,8 @@ export enum ImmichHeader {
export enum ImmichQuery {
SHARED_LINK_KEY = 'key',
API_KEY = 'apiKey',
SESSION_KEY = 'sessionKey',
}
export type CookieResponse = {