Uh oh!
There was an error while loading. Please reload this page.
feat(backend): WIP M2M - #5564
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
| const result = await verifyMachineAuthToken(token, { | ||
| apiUrl: 'https://api.clerk.test', | ||
| secretKey: 'a-valid-key', |
Check failure
Code scanning / CodeQL
Hard-coded credentials
| const result = await verifyMachineAuthToken(token, { | ||
| apiUrl: 'https://api.clerk.test', | ||
| secretKey: 'a-valid-key', |
Check failure
Code scanning / CodeQL
Hard-coded credentials
| const result = await verifyMachineAuthToken(token, { | ||
| apiUrl: 'https://api.clerk.test', | ||
| secretKey: 'a-valid-key', |
Check failure
Code scanning / CodeQL
Hard-coded credentials
| const result = await verifyMachineAuthToken(token, { | ||
| apiUrl: 'https://api.clerk.test', | ||
| secretKey: 'a-valid-key', |
Check failure
Code scanning / CodeQL
Hard-coded credentials
| const result = await verifyMachineAuthToken(token, { | ||
| apiUrl: 'https://api.clerk.test', | ||
| secretKey: 'a-valid-key', |
Check failure
Code scanning / CodeQL
Hard-coded credentials
| const result = await verifyMachineAuthToken(token, { | ||
| apiUrl: 'https://api.clerk.test', | ||
| secretKey: 'a-valid-key', |
Check failure
Code scanning / CodeQL
Hard-coded credentials
| const result = await verifyMachineAuthToken(token, { | ||
| apiUrl: 'https://api.clerk.test', | ||
| secretKey: 'a-valid-key', |
Check failure
Code scanning / CodeQL
Hard-coded credentials
| const result = await verifyMachineAuthToken(token, { | ||
| apiUrl: 'https://api.clerk.test', | ||
| secretKey: 'a-valid-key', |
Check failure
Code scanning / CodeQL
Hard-coded credentials
| const result = await verifyMachineAuthToken(token, { | ||
| apiUrl: 'https://api.clerk.test', | ||
| secretKey: 'a-valid-key', |
Check failure
Code scanning / CodeQL
Hard-coded credentials
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.
Uh oh!
There was an error while loading. Please reload this page.
| @@ -0,0 +1,47 @@ | |||
| export const mockApiKey = 'api_key_LCWGdaM8mv8K4PC/57IICZQXAeWfCgF30DZaFXHoGn9='; | |||
Check failure
Code scanning / CodeQL
Hard-coded credentials
wobsoriano
commented
Apr 22, 2025
Closed in favor of #5689 |
Description
This is a work-in-progress PR for adding Machine-to-Machine requests in the Backend SDK. Soon, you'll be able to do:
From C1:
From C2:
Checklist
pnpm testruns as expected.pnpm buildruns as expected.Type of change