@next-safe-action/adapter-better-auth 0.1.4 → 0.1.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +0 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -118,7 +118,6 @@ export const adminClient = actionClient.use(
|
|
|
118
118
|
|
|
119
119
|
### `authorize` callback parameters
|
|
120
120
|
|
|
121
|
-
- `auth`: the Better Auth server instance
|
|
122
121
|
- `authData`: the pre-fetched session data (`{ user, session } | null`)
|
|
123
122
|
- `ctx`: the current action context from preceding middleware
|
|
124
123
|
- `next`: call this to continue the middleware chain, pass `{ ctx }` to inject context
|