We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b73f713 commit 7d5cc18Copy full SHA for 7d5cc18
backend/user/src/services/auth/types.ts
@@ -10,7 +10,9 @@ export type ILoginPayload = {
10
};
11
12
export type ILoginResponse = IServiceResponse<{
13
+ // To be extracted by controller and set on the HTTP response
14
cookie: string;
15
+ // Payload for controller
16
user: {
17
id: string;
18
username: string;
0 commit comments