Download the PHP package tipoff/authorization without Composer
On this page you can find all versions of the php package tipoff/authorization. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download tipoff/authorization
More information about tipoff/authorization
Files in tipoff/authorization
Package authorization
Short Description Laravel Package for opinionated authorization style
License MIT
Homepage https://github.com/tipoff/authorization
Informations about the package authorization
Authorization
This Laravel package contains an opinionated implementation of Authorization allowing users to have multiple email addresses and unique usernames.
Installation
Before installing the package, you must first install Laravel Nova.
You can install the package via composer:
The migrations will run from the package. You can extend the Models from the package if you need additional classes or functions added to them.
This package requires the following additions to your Laravel repo's config/auth.php
For developing Laravel applications, it is recommended to create a migration with an admin user.
Models
We include the following models:
List of Models
- Email Address
- User
For each of these models, this package implements an authorization policy that extends the roles and permissions approach of the tipoff/authorization package. The policies for each model in this package are registered through the package and do not need to be registered manually.
The models also have Laravel Nova resources in this package and they are also registered through the package and do not need to be registered manually.
Testing
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
- Tipoff
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of authorization with dependencies
laravel/passport Version ^10.1.3
laravel/socialite Version ^5.2.3
spatie/laravel-permission Version ^4.0.1
tipoff/support Version ^2.1.5
vyuldashev/nova-permission Version ^2.11