This documentation outlines the steps required to integrate ‘Login with Martvill’ Single Sign-On (SSO) into your project. 1. Configuration Open the config/auth.php file in your project and add the following lines at the bottom: // SSO credentials ‘client_id’ => env(“SSO_CLIENT_ID”), ‘client_secret’ => env(“SSO_CLIENT_SECRET”), ‘callback’ => env(“SSO_CLIENT_CALLBACK”), ‘sso_host’ => env(“SSO_HOST”) Obtain SSO Client Credentials: Log in […]