sayeed / jisf-single-sign-on
SSO for N-DOPTOR
v2.0.3
2022-01-30 06:50 UTC
Requires
- php: >=7.0
- ext-json: *
- ext-zlib: *
- laravel/framework: ^7.0|^8.0
- laravel/ui: ^3.2
- laravelcollective/html: ^6.0
README
N-DOPTOR SSO
Single Sign On for N-DOPTOR
Installation
You can install the package via composer:
composer require sayeed/jisf-single-sign-on
Laravel 7.x and above
The package will automatically register itself, so you can start using it immediately.
Configuration
After installing the package, need to update or add these lines on .env
file
LOGIN_SSO_URL=http://adalat.e-judiciary.org/login
LOGOUT_SSO_URL=http://adalat.e-judiciary.org/logout
Updateweb.php
in routes
directory
- Remove
Auth::routes();
, if exists.
Use jisf.auth
for N-DOPTOR SSO authentication
Route::middleware(['jisf.auth'])->group(function () {
/// here your authentication route
});
Credits
For any questions, you can reach out to the author of this package, Md. Hasan Sayeed.
Thank you for using it.