better-auth-studio 1.1.2-beta.4 → 1.1.2-beta.6

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 CHANGED
@@ -10,58 +10,7 @@ A web-based studio interface for managing Better Auth applications. Better Auth
10
10
  ## Preview
11
11
  A sneak peek of the studio dashboard and management interface.
12
12
 
13
- <div align="center">
14
- <table>
15
- <tr>
16
- <td width="50%">
17
- <img src="https://gk6bju9ndq.ufs.sh/f/M5pOhOFFvHQJI57TKc4BY9GjOlTtSmoRXCZJ2D50IWsLq6vd" alt="Better Auth Studio Preview 0" width="100%" />
18
- </td>
19
- <td width="50%">
20
- <img src="https://gk6bju9ndq.ufs.sh/f/M5pOhOFFvHQJ4L7IilBo7ItO3420CBLpvnPJlA6j5zaFYZbG" alt="Better Auth Studio Preview 4" width="100%" />
21
- </td>
22
- </tr>
23
- <tr>
24
- <td width="50%">
25
- <img src="https://gk6bju9ndq.ufs.sh/f/M5pOhOFFvHQJdiXpY6GJ15hUVAwrQyozdc6PpIXfSi7GWkeR" alt="Better Auth Studio Preview 2" width="100%" />
26
- </td>
27
- <td width="50%">
28
- <img src="https://gk6bju9ndq.ufs.sh/f/M5pOhOFFvHQJNAk2JU1Cviwfb1ltHVgPJF9BWxzE2m60rQaK" alt="Better Auth Studio Preview 6" width="100%" />
29
- </td>
30
- </tr>
31
- <tr>
32
- <td width="50%">
33
- <img src="https://gk6bju9ndq.ufs.sh/f/M5pOhOFFvHQJgSyVwl0dZe8UGVJLkR74CQXb9m1wzKIqhTME" alt="Better Auth Studio Preview 11" width="100%" />
34
- </td>
35
- <td width="50%">
36
- <img src="https://gk6bju9ndq.ufs.sh/f/M5pOhOFFvHQJODyqbs8p2EKCNef8H9XqPm4cIwjaQVRUAFg7" alt="Better Auth Studio Preview 8" width="100%" />
37
- </td>
38
- </tr>
39
- <tr>
40
- <td width="50%">
41
- <img src="https://gk6bju9ndq.ufs.sh/f/M5pOhOFFvHQJ2syhnQSdgJ9w13MfvHiGYPs07AkpWQSXm6Nj" alt="Better Auth Studio Preview 12" width="100%" />
42
- </td>
43
- <td width="50%">
44
- <img src="https://gk6bju9ndq.ufs.sh/f/M5pOhOFFvHQJcW7cwWXSlBtbRHTF15ujAQLPx3VpcKgMOz08" alt="Better Auth Studio Preview 3" width="100%" />
45
- </td>
46
- </tr>
47
- <tr>
48
- <td width="50%">
49
- <img src="https://gk6bju9ndq.ufs.sh/f/M5pOhOFFvHQJnAGpd3rzcKd2Hu4wkD0jJbApf78rC1VgZORT" alt="Better Auth Studio Preview 10" width="100%" />
50
- </td>
51
- <td width="50%">
52
- <img src="https://gk6bju9ndq.ufs.sh/f/M5pOhOFFvHQJK6lXYfaxUOknshdjxpSgwV6mq7DtH3aMZXWK" alt="Better Auth Studio Preview 13" width="100%" />
53
- </td>
54
- </tr>
55
- <tr>
56
- <td width="50%">
57
- <img src="https://gk6bju9ndq.ufs.sh/f/M5pOhOFFvHQJhZFdrWmjbSvOe01IQl7r68LUfVKuFcNqAydt" alt="Better Auth Studio Preview 14" width="100%" />
58
- </td>
59
- <td width="50%">
60
- <img src="https://gk6bju9ndq.ufs.sh/f/M5pOhOFFvHQJwnJFq9htT259fPAQY0eIdDmn7O4xVlGaCjZR" alt="Better Auth Studio Preview 5" width="100%" />
61
- </td>
62
- </tr>
63
- </table>
64
- </div>
13
+ Demo app will be up soon.
65
14
 
66
15
  ## 🚀 Quick Start
67
16
 
@@ -327,10 +276,10 @@ export default config;
327
276
 
328
277
  The init command automatically creates `app/api/studio/[[...path]]/route.ts`:
329
278
  ```typescript
330
- import { createStudioHandler } from "better-auth-studio/nextjs";
279
+ import { betterAuthStudio } from "better-auth-studio/nextjs";
331
280
  import studioConfig from "@/studio.config";
332
281
 
333
- const handler = createStudioHandler(studioConfig);
282
+ const handler = betterAuthStudio(studioConfig);
334
283
 
335
284
  export {
336
285
  handler as GET,
package/dist/cli.js CHANGED
File without changes