authverse 1.1.4 → 1.1.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 +0 -1
- package/dist/index.cjs +604 -440
- package/dist/index.js +597 -433
- package/dist/template/TanstackState/components/LoginComponent.tsx +4 -1
- package/dist/template/TanstackState/components/ResetComponent.tsx +6 -4
- package/dist/template/TanstackState/components/SingUpComponent.tsx +4 -1
- package/package.json +7 -13
package/README.md
CHANGED
|
@@ -70,7 +70,6 @@ Authverse will guide you step-by-step to choose:
|
|
|
70
70
|
- Your UI framework
|
|
71
71
|
- Your database Prisma or Drizzle
|
|
72
72
|
- Whether to include auth UI screens
|
|
73
|
-
- Your OAuth providers
|
|
74
73
|
- And automatically generate everything for you
|
|
75
74
|
|
|
76
75
|
After running the CLI, your project will be fully ready with
|