You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(deps): Upgrade to Clerk Core v2 and Clerk React v5 (#99)
This PR updates redwood's usage of Clerk authentication to [Clerk Core
2](https://clerk.com/docs/upgrade-guides/core-2/overview) which was
introduced back in April 2024 as the new major version for Clerk.
Core 1 which is currently being used by CedarJS will lose long term
support in Q1 2025.
Core 2 also brings with it a lot of nice UI updates with
@clerk/[email protected] seeing considerable improvements.
Huge shoutouts to @justinadkins who got started on this PR over at the
Redwood repo
Notable breaking changes:
- The `frontendApi` prop is no longer supported on `<ClerkProvider>`
- The `process.env.CLERK_FRONTEND_API_URL` and
`process.env.CLERK_FRONTEND_API` env vars are no longer used (Only
`process.env.CLERK_PUBLISHABLE_KEY` is used)
- The `process.env.CLERK_API_KEY` env var is no longer used on the api
side.
See https://clerk.com/docs/upgrade-guides/core-2/overview for more
details
---------
Co-authored-by: Justin Adkins <[email protected]>
Co-authored-by: Justin Adkins <[email protected]>
- feat(deps): Upgrade to Clerk Core v2 and Clerk React v5 (#99) by @Tobbe
2
+
3
+
This PR updates redwood's usage of Clerk authentication to [Clerk Core 2](https://clerk.com/docs/upgrade-guides/core-2/overview) which was introduced back in April 2024 as the new major version for Clerk.
4
+
5
+
Notable breaking changes:
6
+
7
+
- The `frontendApi` prop is no longer supported on `<ClerkProvider>`
8
+
- The `process.env.CLERK_FRONTEND_API_URL` and `process.env.CLERK_FRONTEND_API` env vars are no longer used (Only `process.env.CLERK_PUBLISHABLE_KEY` is used)
9
+
- The `process.env.CLERK_API_KEY` env var is no longer used on the api side.
10
+
11
+
See https://clerk.com/docs/upgrade-guides/core-2/overview for more details
0 commit comments