megaads/sso-postback

Post back url for single sign on system

v1.0.6 2019-10-15 07:29 UTC

This package is auto-updated.

Last update: 2024-04-15 18:17:53 UTC


README

This package support auto create user.

Install this package using composer

```
composer require megaads/sso-postback
```

After install completed. Register service provider in configs/app.php.

```
Megaads\SsoPostback\SsoPostbackServiceProvider::class
```

Then publish file config sso-postback.php to configs folder by command:

```
php artisan vendor:publish --provider="Megaads\SsoPostback\SsoPostbackServiceProvider"
```

Default route postback after install this package is /sso/postback.