IntegrationCredential stores OAuth tokens and other credentials that are obtained dynamically and cannot be hardcoded in config files. Credentials are encrypted at rest using Laravel’s encrypted:array cast.
Encrypted database storage for OAuth and API credentials
IntegrationCredential stores OAuth tokens and other credentials that are obtained dynamically and cannot be hardcoded in config files. Credentials are encrypted at rest using Laravel’s encrypted:array cast.