Download the PHP package packtdev/packt-auth without Composer
On this page you can find all versions of the php package packtdev/packt-auth. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download packtdev/packt-auth
More information about packtdev/packt-auth
Files in packtdev/packt-auth
Download packtdev/packt-auth
More information about packtdev/packt-auth
Files in packtdev/packt-auth
Vendor packtdev
Package packt-auth
Short Description packt-auth
License MIT
Homepage https://github.com/PacktDev/packt-auth
Package packt-auth
Short Description packt-auth
License MIT
Homepage https://github.com/PacktDev/packt-auth
Keywords packtpackt-auth
Please rate this library. Is it a good library?
Informations about the package packt-auth
packt-auth
This package defines the basis of O365 login for all Packt Platforms
Installation
You can install the package via composer:
Publish and run the required migrations using:
Usage
- add the PacktAuthTrait to your User Model
-
Update your .env file to include:
AZURE_REDIRECT_URI=
AZURE_CLIENT_ID=
AZURE_CLIENT_SECRET= - Add
@include('packt-auth::auth.azure')
to your login form - You can override the default redirect by defining
$authRedirect
in your User model
Changelog
Please see CHANGELOG for more information on what has changed recently.
License
The MIT License (MIT). Please see License File for more information.
All versions of packt-auth with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.4|^8.0
illuminate/contracts Version ^8.0|^9.0
laravel/socialite Version ^5.1
socialiteproviders/microsoft-azure Version ^4.2
spatie/laravel-package-tools Version ^1.1
doctrine/dbal Version *
illuminate/contracts Version ^8.0|^9.0
laravel/socialite Version ^5.1
socialiteproviders/microsoft-azure Version ^4.2
spatie/laravel-package-tools Version ^1.1
doctrine/dbal Version *
The package packtdev/packt-auth contains the following files
Loading the files please wait ....