mirror of
https://github.com/archtechx/tenancy.git
synced 2026-03-22 02:24:04 +00:00
This PR makes the expired/invalid tenant impersonation tokens get deleted instead of just aborting with 403. The PR also adds a command (ClearExpiredImpersonationTokens) used like `php artisan tenants:purge-impersonation-tokens`. As the name suggests, it clears all expired impersonation tokens (= tokens older than `UserImpersonation::$ttl`). Resolves #1348 --------- Co-authored-by: Samuel Štancl <samuel@archte.ch> |
||
|---|---|---|
| .. | ||
| CrossDomainRedirect.php | ||
| DisallowSqliteAttach.php | ||
| TelescopeTags.php | ||
| TenantConfig.php | ||
| UserImpersonation.php | ||
| ViteBundler.php | ||