Skip to content

Commit f3135c5

Browse files
authored
Merge pull request #160 from linuxfoundation/fix/intercom-prod-app-id-clean
fix(frontend): preserve intercomJwt through token refresh
2 parents 65eb7d8 + c234e3b commit f3135c5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

frontend/server/api/auth/refresh.post.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ export default defineEventHandler(async (event) => {
6868
username: idTokenClaims['https://sso.linuxfoundation.org/claims/username'] as
6969
| string
7070
| undefined,
71+
intercomJwt: idTokenClaims['http://lfx.dev/claims/intercom'] as string | undefined,
7172
};
7273
setCookie(
7374
event,

0 commit comments

Comments
 (0)