Security
XinAdmin is built on Laravel's security foundation, implementing a complete authentication, authorization, and API permission control mechanism.
XinAdmin's security foundation relies on the Laravel framework. For more details on Laravel's security mechanisms, please refer to the Laravel Security Documentation.
Security Architecture Overview
XinAdmin's security architecture is structured in three layers:
Core Features
Laravel Security References
XinAdmin's security mechanisms are built on the Laravel framework. The following documentation provides deeper security knowledge:
- Laravel Authentication — Guards, Providers, Middleware
- Laravel Sanctum — API Tokens, SPA Authentication
- Laravel Authorization — Gates, Policies
- Laravel Middleware — Custom Middleware
- Laravel Validation — FormRequest Validation
- Laravel CSRF Protection — Cross-Site Request Forgery Protection