sayeed / jisf-single-sign-on
SSO for N-DOPTOR
Installs: 225
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/sayeed/jisf-single-sign-on
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/loginLOGOUT_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.