create-stackr 0.3.0 → 0.3.1
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 +8 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
[](https://opensource.org/licenses/MIT)
|
|
5
5
|
[](https://nodejs.org)
|
|
6
6
|
|
|
7
|
-
> **v0.
|
|
7
|
+
> **v0.3**: Now with Two-Factor Authentication, enhanced security headers, and improved CLI UX. Feedback welcome!
|
|
8
8
|
|
|
9
9
|
Create production-ready fullstack apps with Expo (mobile), Next.js (web), and Node.js backend in minutes.
|
|
10
10
|
|
|
@@ -559,17 +559,22 @@ A: Yes, Next.js App Router uses React Server Components by default. Client compo
|
|
|
559
559
|
|
|
560
560
|
## Roadmap
|
|
561
561
|
|
|
562
|
+
### Completed in v0.3.0
|
|
563
|
+
- [x] Two-Factor Authentication for mobile and web
|
|
564
|
+
- [x] Enhanced security headers for Next.js
|
|
565
|
+
- [x] Improved CLI UX for platform selection
|
|
566
|
+
- [x] Better error handling and user feedback
|
|
567
|
+
- [x] Improved documentation site
|
|
568
|
+
|
|
562
569
|
### Completed in v0.2.0
|
|
563
570
|
- [x] OAuth support (Google, Apple, GitHub)
|
|
564
571
|
- [x] BetterAuth authentication framework
|
|
565
572
|
- [x] Drizzle ORM as alternative to Prisma
|
|
566
573
|
- [x] Next.js web app support
|
|
567
574
|
- [x] Native OAuth SDKs with browser fallback
|
|
568
|
-
- [x] Two-factor authentication (TOTP)
|
|
569
575
|
- [x] Email verification & password reset
|
|
570
576
|
|
|
571
577
|
### Upcoming
|
|
572
|
-
- [ ] v0.3.0: Additional template customization
|
|
573
578
|
- [ ] v0.4.0: More SDK integrations (Firebase, Supabase)
|
|
574
579
|
- [ ] v1.0.0: Stable API, production-ready
|
|
575
580
|
|