yojana / auth-service
Authentication for multiple project.
Installs: 92
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Forks: 0
pkg:composer/yojana/auth-service
Requires
- guzzlehttp/guzzle: ^7.1@dev
This package is auto-updated.
Last update: 2025-10-05 16:38:57 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",""),
],
}