Back to Clerk

`apiKey` -> `secretKey` as param to `getAuth`

packages/upgrade/src/versions/core-2/nextjs/getauth-apikey.md

latest147 B
Original Source

The apiKey argument passed to getAuth must be changed to secretKey.

diff
- getAuth({ apiKey: '...' })
+ getAuth({ secretKey: '...' })