Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 468
chore(clerk-sdk-node): Drop deprecations#2021
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Uh oh!
There was an error while loading. Please reload this page.
Changes from all commits
dc04466444fac469965c4150f410d04bb42fb4e85758658248148ca3File filter
Filter by extension
Conversations
Uh oh!
There was an error while loading. Please reload this page.
Jump to
Uh oh!
There was an error while loading. Please reload this page.
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,21 @@ | ||
| --- | ||
| '@clerk/clerk-sdk-node': major | ||
| --- | ||
| Drop deprecations. Migration steps: | ||
| - use `CLERK_SECRET_KEY` instead of `CLERK_API_KEY` env variable | ||
| - use `secretKey` instead of `apiKey` | ||
| - use `CLERK_PUBLISHABLE_KEY` instead of `CLERK_FRONTEND_API` env variable | ||
| - use `publishableKey` instead of `frontendApi` | ||
| - drop Redwood hotfix (upgrade to latest version) | ||
| - use `createClerkClient` with options to create a new clerkClient instead of using | ||
| the following setters: | ||
| - `setClerkApiVersion` | ||
| - `setClerkHttpOptions` | ||
| - `setClerkServerApiUrl` | ||
| - `setClerkApiKey` | ||
| - use `@clerk/clerk-sdk-node` instead of `@clerk/clerk-sdk-node/{cjs|esm}/instance` | ||
| Extra: | ||
| - bundle only index.ts and instance.ts |
This file was deleted.
Uh oh!
There was an error while loading. Please reload this page.
This file was deleted.
Uh oh!
There was an error while loading. Please reload this page.
This file was deleted.
Uh oh!
There was an error while loading. Please reload this page.
This file was deleted.
Uh oh!
There was an error while loading. Please reload this page.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,2 +1 @@ | ||
| process.env.CLERK_API_KEY = 'TEST_API_KEY'; | ||
| process.env.CLERK_SECRET_KEY = 'TEST_API_KEY'; | ||
| process.env.CLERK_SECRET_KEY = 'TEST_SECRET_KEY'; |
This file was deleted.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.