Update README.md

This commit is contained in:
Nima Malakootikhah 2025-04-24 09:28:40 +03:30 committed by GitHub
parent 14f04804b4
commit 0b8fbd6638
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -27,23 +27,23 @@ This repository implements all major Laravel authentication packages for both AP
### 2. Features ### 2. Features
**API Authentication:** **🔐 API Authentication**
- Laravel Passport (OAuth2) - **Laravel Passport** OAuth2-based full-featured API authentication
- Laravel Sanctum (token-based SPA auth) - **Laravel Sanctum** Lightweight SPA token authentication
- JSON Web Tokens (JWT) via tymondesigns/jwt-auth - **JWT** Using `tymondesigns/jwt-auth` for stateless APIs
**Web Authentication:** **🧭 Web Authentication**
- Laravel Fortify (backend auth services) - **Fortify** Backend auth logic (no UI)
- Laravel Starter Kit (prebuilt UI scaffolding) - **Starter Kit** Prebuilt Blade or Vue scaffolding
- Manual implementation (custom controllers, middleware) - **Manual** Fully custom controllers & middleware
**Common Auth Features:** **💡 Common Features**
- Register, Login, Logout, Delete Account - User registration, login, logout, and deletion
- Remember Me, Email Verification, Password Reset - "Remember Me", email verification, password reset
- Social Login (e.g. Google, Facebook) - Social login (Google, Facebook)
- Two-Factor Authentication (2FA) - Two-Factor Authentication (2FA)
- Session Browsing & “Logout Other Devices” - Session management (“Logout Other Devices”)
- User Profile Management, CAPTCHA protection - Profile management, CAPTCHA protection
--- ---