Single Sign On for N-DOPTOR
You can install the package via composer:
composer require sayeed/jisf-single-sign-on
The package will automatically register itself, so you can start using it immediately.
LOGIN_SSO_URL=http://adalat.e-judiciary.org/login
LOGOUT_SSO_URL=http://adalat.e-judiciary.org/logout
- Remove
Auth::routes();
, if exists.
Route::middleware(['jisf.auth'])->group(function () {
/// here your authentication route
});
For any questions, you can reach out to the author of this package, Md. Hasan Sayeed.
Thank you for using it.