📄️ Sessions
By default, Qore uses Laravel Sanctum to authenticate users.
📄️ Roles and Permissions
Qore uses Spatie Permissions for permission checking (docs//spatie.be/docs/laravel-permission).
📄️ Scoped permissions
Sometimes you may need more than just CRUD permissions, or have certain conditions on them.
📄️ Field authorization
You may control whether a user can see and/or fill a field using methods like onlyOnDetail (see more information