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.
2 parents 65eb7d8 + c234e3b commit f3135c5Copy full SHA for f3135c5
1 file changed
frontend/server/api/auth/refresh.post.ts
@@ -68,6 +68,7 @@ export default defineEventHandler(async (event) => {
68
username: idTokenClaims['https://sso.linuxfoundation.org/claims/username'] as
69
| string
70
| undefined,
71
+ intercomJwt: idTokenClaims['http://lfx.dev/claims/intercom'] as string | undefined,
72
};
73
setCookie(
74
event,
0 commit comments