sayeed/jisf-single-sign-on

SSO for N-DOPTOR

v2.0.3 2022-01-30 06:50 UTC

This package is auto-updated.

Last update: 2024-03-29 04:26:36 UTC


README

68747470733a2f2f6e2d646f70746f722d6163636f756e74732d73746167652e6e6f7468692e676f762e62642f696d672f646f70746f722e706e67

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.