You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
pixelfed/app/Providers
Your Name 5a364be58b fix: remove deprecated Passport::personalAccessClientId() and enableImplicitGrant()
- Remove Passport::personalAccessClientId() (removed in Passport v13, auto-discovers now)
- Remove Passport::enableImplicitGrant() (legacy grant, no clients use it)
- Flatten config instance.oauth.pat to pat_enabled (remove dead pat.id key)
- Add OAUTH_PAT_ENABLED=false to .env.example and .env.docker.example
- Show swal alert when PATs disabled instead of hidden API error
- Improve store() error handling to surface 403 messages in the UI
- Remove OAUTH_PAT_ID row from admin diagnostics blade
4 weeks ago
..
AppServiceProvider.php fix: remove deprecated Passport::personalAccessClientId() and enableImplicitGrant() 4 weeks ago
AuthServiceProvider.php refactor: replace short facade aliases with fully-qualified imports 4 weeks ago
EventServiceProvider.php refactor: use ::class syntax in EventServiceProvider 4 weeks ago
HorizonServiceProvider.php Lint 9 months ago
PassportServiceProvider.php Fix PAT 3 months ago
TelescopeServiceProvider.php Lint 9 months ago