Reseed demo tenants after each SSO login.
Deploy Ladill Meet / deploy (push) Successful in 2m13s

Demo Free/Pro/Enterprise accounts wipe and reload sample data on
authorization-code SSO callbacks so every sales walkthrough starts clean.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
isaacclad
2026-07-17 11:21:10 +00:00
co-authored by Cursor
parent a3f19464bd
commit b0590842a4
5 changed files with 188 additions and 0 deletions
@@ -121,6 +121,7 @@ class SsoLoginController extends Controller
$request->session()->forget('sso.attempts');
app(TeamMemberProvisioner::class)->sync($user);
app(\App\Services\Meet\DemoLoginReseeder::class)->maybeResetAfterLogin($user);
return $this->finishCallback($request, $intended, null, app(IdentityTeamClient::class));
}