Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/megaads-vn/sso-postback


https://github.com/megaads-vn/sso-postback

Last synced: 10 days ago
JSON representation

Awesome Lists containing this project

README

        

# SSO Postback for Laravel 5
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`.