mirror of
https://github.com/apricote/Listory.git
synced 2026-01-13 21:21:02 +00:00
feat: implement long-lived sessions
This commit is contained in:
parent
d0705afca8
commit
44f7e26270
35 changed files with 739 additions and 190 deletions
3
frontend/src/api/entities/refresh-token-response.ts
Normal file
3
frontend/src/api/entities/refresh-token-response.ts
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
export interface RefreshTokenResponse {
|
||||
accessToken: string;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue