yojana/auth-service

Authentication for multiple project.

dev-master 2021-10-01 09:36 UTC

This package is auto-updated.

Last update: 2024-04-05 13:23:22 UTC


README

Setup

Inside config/services.php, add below code.

{
	"auth"  =>  [
                    "base_uri"  =>  env("AUTH_SERVICE_BASE_URL","http://localhost:8000/api/"),
                    "secret"  =>  env("AUTH_SERVICE_SECRET",""),
                ],
}