We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use Google Cloud Secret Manager to store the client_secret.
client_secret
Class: Fruitsbytes\PHP\MonCash\Strategy\SecretManager\GCPSecretManager Implements: Fruitsbytes\PHP\MonCash\Strategy\SecretManager\SecretManagerInterface
Default
# .env MONCASH_SECRET_MANAGER="Fruitsbytes\\PHP\MonCash\\Strategy\\SecretManager\\GCPSecretManager"
Override
// cart.php use Fruitsbytes\PHP\MonCash\Strategy\SecretManager\GCPSecretManager $configuration = new Configuration(["secretManager"=> GCPSecretManager::class]);
The text was updated successfully, but these errors were encountered:
bleuscyther
No branches or pull requests
Use Google Cloud Secret Manager to store the
client_secret
.Default
Override
The text was updated successfully, but these errors were encountered: