trypost/routes
Paulo Castellano e3acd1bb4b revert: keep one OAuth callback URL per provider
Drops the dedicated /settings/authentication/providers/{provider}/callback
route added in the previous refactor — registering a second callback URL
in each OAuth app is more ops cost than the trade is worth.

Back to one callback URL per provider, with a small `Auth::check()`
branch in the auth controllers' callbacks. The check is safe because
the redirects that initiate the round-trip enforce the right
middleware (signup/login is `guest`-only, connect is `auth`-only),
so the auth state at callback time matches the flow's intent.
2026-05-04 19:42:13 -03:00
..
ai.php feat: migrate custom API token implementation to Laravel Passport for authentication and token management 2026-05-03 18:38:17 -03:00
api.php feat: add multipart media upload endpoint and split URL flow 2026-05-04 18:00:03 -03:00
app.php revert: keep one OAuth callback URL per provider 2026-05-04 19:42:13 -03:00
auth.php revert: keep one OAuth callback URL per provider 2026-05-04 19:42:13 -03:00
channels.php feat: replace legacy AI assistant with modular post content generation, review, and template management system 2026-05-03 09:36:50 -03:00
console.php fix: withoutOverlapping on schedules, publisher token refresh lock, PublishPost tries:1, TokenExpired allows publish, API validation scoping 2026-04-01 12:49:01 -03:00
web.php refactor: settings redesign, Spanish translations, language system, strict_types 2026-03-30 00:20:43 -03:00