@ereactthohir/semouth 1.2.0 → 1.2.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 +10 -0
- package/package.json +1 -1
package/README.md
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
# @ereactthohir/semouth
|
|
2
|
+
|
|
3
|
+
Authentication and scaffolding system for the EreactThohir framework.
|
|
4
|
+
Inspired by Laravel Breeze.
|
|
5
|
+
|
|
6
|
+
## Features
|
|
7
|
+
- Login / Register scaffolding
|
|
8
|
+
- User management
|
|
9
|
+
- Role-based access control
|
|
10
|
+
- Two-factor authentication support
|