Download the PHP package remotemethod/socialite-teamviewer without Composer
On this page you can find all versions of the php package remotemethod/socialite-teamviewer. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download remotemethod/socialite-teamviewer
More information about remotemethod/socialite-teamviewer
Files in remotemethod/socialite-teamviewer
Package socialite-teamviewer
Short Description Laravel Socialite TeamViewer libraries.
License MIT
Informations about the package socialite-teamviewer
Laravel Socialite TeamViewer (OAuth2)
Introduction
Laravel Socialite provides an expressive, fluent interface to OAuth authentication with TeamViewer. It handles almost all of the boilerplate social authentication code you are dreading writing.
License
Laravel Socialite TeamViewer is open-sourced software licensed under the MIT license
Official Documentation Laravel Socialite
Install Laravel Socialite, if not previously was the establishment
In addition to typical, form based authentication, Laravel also provides a simple, convenient way to authenticate with OAuth providers using Laravel Socialite. Socialite currently supports authentication with Facebook, Twitter, LinkedIn, Google, GitHub and Bitbucket.
Install with Composer
To get started with Socialite TeamViewer, add to your composer.json
file as a dependency:
Configuration
After installing the Socialite library, register the RemoteMethod\Socialite\TeamViewer\TeamViewerProvider
in your config/app.php
configuration file:
You will also need to add credentials for the OAuth services your application utilizes. These credentials should be placed in your config/services.php
configuration file, and should use the key teamviewer
depending on the providers your application requires. For example:
Basic Usage
Next, you are ready to authenticate users! You will need two routes: one for redirecting the user to the OAuth provider, and another for receiving the callback from the provider after authentication. We will access Socialite using the Socialite
facade: