Download the PHP package tahakhram/laravel-adb2c-openid without Composer
On this page you can find all versions of the php package tahakhram/laravel-adb2c-openid. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package laravel-adb2c-openid
laravel-adb2c-openid
Provides Azure AD B2C openid Authentication .
Normal Installation
composer require tahakhram/laravel-adb2c-openid:~1.2
- run
php artisan vendor:publish --provider="TahaKhram\LaravelAdb2cOpenid\AdB2CServiceProvider"
to install config file toconfig/azure.php
- In routes folder in
web.php
add
Route::get('/login_azure', '\TahaKhram\LaravelAdb2cOpenid\Azure@azure');
Route::get('/azurecallback', '\TahaKhram\LaravelAdb2cOpenid\Azure@azurecallback');
All versions of laravel-adb2c-openid with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.3
guzzlehttp/guzzle Version ^7.0.1
laravel/framework Version ^8.0
phpseclib/phpseclib Version ~2.0
guzzlehttp/guzzle Version ^7.0.1
laravel/framework Version ^8.0
phpseclib/phpseclib Version ~2.0
The package tahakhram/laravel-adb2c-openid contains the following files
Loading the files please wait ....