mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 23:54: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> |
||
|---|---|---|
| .. | ||
| ClearPendingTenants.php | ||
| CreatePendingTenants.php | ||
| CreateUserWithRLSPolicies.php | ||
| Down.php | ||
| Install.php | ||
| Link.php | ||
| Migrate.php | ||
| MigrateFresh.php | ||
| MigrateFreshOverride.php | ||
| PurgeImpersonationTokens.php | ||
| Rollback.php | ||
| Run.php | ||
| Seed.php | ||
| TenantDump.php | ||
| TenantList.php | ||
| Tinker.php | ||
| Up.php | ||