Create an Integration
OAuth
OAuth is used to authenticate users by passing them to a third-party service, such as Google or Facebook, to log in.
OAuth is the one part of creating an integration that requires new code to be deployed to the Trigger.dev platform.
This is required because users need to be routed to the third-party service to log in, and then back to Trigger.dev once they have authenticated. Their credentials are stored (encrypted at rest) in the Trigger.dev database and automatically refreshed before they expire.

