awuniversity/oauth2-client-bundle
awuniversity/oauth2-client) could inspire custom Laravel integration patterns (e.g., via Laravel Socialite or League OAuth2 Client).awuniversity/oauth2-client suggests a decoupled OAuth2 provider layer, which aligns with Laravel’s service-container philosophy. A TPM could repurpose its provider-agnostic logic (e.g., token management, user data fetching) into Laravel’s ServiceProvider/Facade system.Socialite or League OAuth2 Client for provider-agnostic auth.awuniversity/oauth2-aw dependency hints at custom user attribute handling—useful for Laravel’s HasApiTokens or Guard extensions.DependencyInjection, Routing, and HttpFoundation are non-portable. A TPM would need to rewrite these as Laravel Service Providers/Middleware.Authenticatable, Events, or Policies. Integration would require custom event listeners or policy bindings.awuniversity/oauth2-client support? Are they redundant with Laravel’s ecosystem?League OAuth2 Client usage?awuniversity/oauth2-client (e.g., outdated cryptographic practices)?ServiceProvider for provider-agnostic auth.HttpFoundation with Laravel’s Illuminate\Http).awuniversity/oauth2-client (e.g., provider support, token storage).Auth contracts for user mapping.Container → ServiceProvider).symfony/dependency-injection with Laravel’s Illuminate/Container.symfony/http-foundation with Illuminate/Http (e.g., for request/response handling).awuniversity/oauth2-client dependency must be evaluated for Laravel compatibility (e.g., PSR-15 middleware support).User entity to Laravel’s User model (e.g., using fillable attributes or accessors).cache or database.League OAuth2 Client + Laravel’s Socialite.HasApiTokens or Guard.Events (e.g., Authenticated, Failed) for bundle-like workflows.awuniversity/oauth2-client (if active).ServiceProvider/Middleware are lighter weight.Socialite or Passport can scale similarly (e.g., via queue workers for token refreshes).tenancy packages (e.g., Stancl/Tenant).awuniversity/oauth2-client against OWASP OAuth2 risks.Auth, ServiceProvider, and Middleware systems.How can I help you explore Laravel packages today?