yojana / auth-service
Authentication for multiple project.
dev-master
2021-10-01 09:36 UTC
Requires
- guzzlehttp/guzzle: ^7.1@dev
This package is auto-updated.
Last update: 2025-03-05 15:17: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",""),
],
}