Skip to content

Commit ff60f7e

Browse files
committed
fix: update documentation for clerk adapter
1 parent ab8032e commit ff60f7e

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

adminforth/documentation/docs/tutorial/06-Adapters/02-oauth2-adapters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Adds support for Twitch authentication, useful for streaming or creator-oriented
5959
## Clerk OAuth Adapter
6060

6161
```bash
62-
pnpm i @adminforth/clerk-oauth-adapter
62+
pnpm i @adminforth/oauth-adapter-clerk
6363
```
6464

6565
Enables sign-in via [Clerk](https://clerk.com/) — a hosted authentication platform with built-in user management, MFA, and social logins.

adminforth/documentation/docs/tutorial/09-Plugins/11-oauth.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -481,7 +481,7 @@ plugins: [
481481
Install Adapter:
482482

483483
```bash
484-
pnpm install @adminforth/clerk-oauth-adapter --save
484+
pnpm install @adminforth/oauth-adapter-clerk --save
485485
```
486486

487487
1. Go to the [Clerk Dashboard](https://dashboard.clerk.com) and open your application.
@@ -502,7 +502,7 @@ CLERK_DOMAIN=https://your-app.clerk.accounts.dev
502502
Add the adapter to your plugin configuration:
503503

504504
```typescript title="./resources/adminuser.ts"
505-
import AdminForthAdapterClerkOauth2 from '@adminforth/clerk-oauth-adapter';
505+
import AdminForthAdapterClerkOauth2 from '@adminforth/oauth-adapter-clerk';
506506

507507
// ... existing resource configuration ...
508508
plugins: [

0 commit comments

Comments
 (0)