mirror of https://github.com/pixelfed/pixelfed
fix: replace removed Passport scope middleware with current classes
Laravel Passport 13 renamed: - CheckScopes → CheckToken (verifies ALL listed scopes) - CheckForAnyScope → CheckTokenForAnyScope (verifies ANY listed scope) The old class names no longer exist, causing BindingResolutionException on all /api/v1/admin/* routes that use the 'scope' or 'scopes' middleware aliases.pull/6859/head
parent
8078255c2e
commit
7a96cd2e91
Loading…
Reference in New Issue