- Updated the Stripe provider configuration to dynamically set the `enabled` state based on feature flags, improving flexibility in feature management.
- Introduced an `auth_type` property for the Stripe provider, ensuring that the authentication method aligns with the expected flow for users.
- Modified the service configuration check to ensure that the `auth_type` is validated before proceeding, enhancing the robustness of the OAuth handling logic.
These changes aim to improve the integration of Stripe within the OAuth providers, ensuring better control over feature availability and authentication processes.