Skip to content

fix: respect explicit expose token provider overrides#148

Open
artificerchris wants to merge 1 commit into
itpropro:mainfrom
artificerchris:fix/expose-token-override
Open

fix: respect explicit expose token provider overrides#148
artificerchris wants to merge 1 commit into
itpropro:mainfrom
artificerchris:fix/expose-token-override

Conversation

@artificerchris

Copy link
Copy Markdown

The preset providers default exposeIdToken/exposeAccessToken to true. Because session code uses || fallback, explicit false values in nuxt.config.ts are ignored, so provider-level overrides are not respected.

This patch switches to explicit resolved variables using nullish-coalescing semantics.

@artificerchris artificerchris force-pushed the fix/expose-token-override branch from 3d852a2 to b2f3e27 Compare February 19, 2026 01:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant