Providers
In order to integrate third-party applications into your own application, you need to add the right Provider
for that integration.
Providers are used for two main purposes:
- to enable authentication (signing in or up) with third-party providers
- to enable the integration with third-party applications
Note: Some providers support both functionalities, like Twitter and Github, while the majority of them support only the second one.
In the following sections you will find the instructions for different providers.