mirror of
https://github.com/immich-app/immich
synced 2025-10-17 18:19:27 +00:00
Api logout route (#361)
* Add logout route that deletes http only cookies * Rebuild API
This commit is contained in:
parent
be3e3e5d7e
commit
bef1e2e3db
13 changed files with 334 additions and 1 deletions
|
|
@ -238,6 +238,8 @@ class ApiClient {
|
|||
return LoginCredentialDto.fromJson(value);
|
||||
case 'LoginResponseDto':
|
||||
return LoginResponseDto.fromJson(value);
|
||||
case 'LogoutResponseDto':
|
||||
return LogoutResponseDto.fromJson(value);
|
||||
case 'RemoveAssetsDto':
|
||||
return RemoveAssetsDto.fromJson(value);
|
||||
case 'SearchAssetDto':
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue