Skip to content

jbhasan/JISF-SSO

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

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.

About

JISF Single Sign On

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages