Skip to content

Fix for authts/oidc-client-ts issues #2091 Problem(s) running sample/Parcel on Mac (Apple Silicon, M3)#2092

Open
karmakaze wants to merge 1 commit intoauthts:mainfrom
karmakaze:fix-2091
Open

Fix for authts/oidc-client-ts issues #2091 Problem(s) running sample/Parcel on Mac (Apple Silicon, M3)#2092
karmakaze wants to merge 1 commit intoauthts:mainfrom
karmakaze:fix-2091

Conversation

@karmakaze
Copy link
Copy Markdown

@karmakaze karmakaze commented Jul 25, 2025

Closes/fixes #2091
Blocked by #2093 which persists after fixes made by this PR.

Changes:

  • replaces parcel bundler dependency (which uses native code that doesn't support Apple Silicon) with vite
  • explicitly adds jwt-decode dependency
    • and imports it with explicit .../index.js naming

Note: The included package-lock.json in this PR has a bunch of arm64 references so you may want to refresh that.

Checklist

  • This PR makes changes to the public API
  • I have included links for closing relevant issue numbers

@karmakaze karmakaze marked this pull request as draft July 25, 2025 20:12
@karmakaze karmakaze marked this pull request as ready for review July 26, 2025 08:50
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.

Problem(s) running sample/Parcel on Mac (Apple Silicon, M3)

1 participant