@delmaredigital/payload-better-auth 0.1.3 → 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/LICENSE +1 -1
- package/README.md +1 -20
- package/package.json +1 -1
package/LICENSE
CHANGED
package/README.md
CHANGED
|
@@ -32,25 +32,6 @@ Better Auth adapter and plugins for Payload CMS. Enables seamless integration be
|
|
|
32
32
|
pnpm add @delmaredigital/payload-better-auth better-auth
|
|
33
33
|
```
|
|
34
34
|
|
|
35
|
-
Or install from GitHub:
|
|
36
|
-
|
|
37
|
-
```bash
|
|
38
|
-
pnpm add github:delmaredigital/payload-better-auth
|
|
39
|
-
```
|
|
40
|
-
|
|
41
|
-
### Local Development
|
|
42
|
-
|
|
43
|
-
For local development with hot reloading:
|
|
44
|
-
|
|
45
|
-
```bash
|
|
46
|
-
# In the package directory
|
|
47
|
-
cd path/to/payload-better-auth
|
|
48
|
-
pnpm link --global
|
|
49
|
-
|
|
50
|
-
# In your project
|
|
51
|
-
pnpm link --global @delmaredigital/payload-better-auth
|
|
52
|
-
```
|
|
53
|
-
|
|
54
35
|
---
|
|
55
36
|
|
|
56
37
|
## Quick Start
|
|
@@ -731,4 +712,4 @@ The auto-generated collections create relationship fields like `user` (from `use
|
|
|
731
712
|
|
|
732
713
|
## License
|
|
733
714
|
|
|
734
|
-
MIT
|
|
715
|
+
MIT
|